ComponentOne Bitmap for UWP
Size2L Constructor

C1.UWP.DX Assembly > C1.Util.DX Namespace > Size2L Structure : Size2L Constructor
Initializes a new instance of the Size2L struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public Size2L( 
   System.int width,
   System.int height
)

Parameters

width
height
See Also

Reference

Size2L Structure
Size2L Members