Initializes a new instance of the ImageSize class

Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ImageSize(
	int widthPixels,
	int heightPixels,
	double horizontalResolution,
	double verticalResolution
)
Public Sub New ( 
	widthPixels As Integer,
	heightPixels As Integer,
	horizontalResolution As Double,
	verticalResolution As Double
)
public:
ImageSize(
	int widthPixels, 
	int heightPixels, 
	double horizontalResolution, 
	double verticalResolution
)
new : 
        widthPixels : int * 
        heightPixels : int * 
        horizontalResolution : float * 
        verticalResolution : float -> ImageSize

Parameters

widthPixels
Int32
heightPixels
Int32
horizontalResolution
Double
verticalResolution
Double

See Also