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
)
Public Sub New ( 
	widthPixels As Integer,
	heightPixels As Integer
)
public:
ImageSize(
	int widthPixels, 
	int heightPixels
)
new : 
        widthPixels : int * 
        heightPixels : int -> ImageSize

Parameters

widthPixels
Int32
heightPixels
Int32

See Also