ComponentOne Bitmap for WPF
Point2L Constructor

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Point2L Structure : Point2L Constructor
Initializes a new instance of the Point2L struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
)
public Point2L( 
   System.int x,
   System.int y
)

Parameters

x
y
See Also

Reference

Point2L Structure
Point2L Members