ComponentOne Bitmap for UWP
Point2F Constructor(Single,Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > Point2F Constructor : Point2F Constructor(Single,Single)
Initializes a new instance of the Point2F struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
)
public Point2F( 
   System.float x,
   System.float y
)

Parameters

x
y
See Also

Reference

Point2F Structure
Point2F Members
Overload List