ComponentOne Bitmap for UWP
Point2F Structure Members
Fields  Properties  Methods 

C1.UWP.DX Assembly > C1.Util.DX Namespace : Point2F Structure

The following tables list the members exposed by Point2F.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)An empty point.  
Public FieldThe size of the Point2F type, in bytes.  
Public FieldThe X coordinate of the point.  
Public FieldThe Y coordinate of the point.  
Top
Public Properties
 NameDescription
Public PropertyDetermines if all components of Point2F are equal to zero.  
Top
Public Methods
 NameDescription
Public MethodGets the distance to the given point.  
Public MethodGets the square of the distance to the given point.  
Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a point from DIPs to pixels.  
Public MethodReturns a hash code for this instance.  
Public MethodOverloaded. Offsets the point by the specified amount.  
Public MethodReturns a Point2L with rounded X and Y coordinates.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Scales X and Y coordinates of a point by the specified scaleFactor.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a point from pixels to DIPs.  
Public MethodConverts Point2F to Windows.Foundation.Point.  
Public MethodConverts Point2F to Point2D.  
Public MethodReturns a string that represents the current object.  
Public MethodOverloaded. Transforms a point by the 3x2 matrix.  
Public MethodOverloaded. Transforms a point by the 3x2 matrix.  
Public MethodReturns a Point2L with truncated X and Y coordinates.  
Top
Public Operators
Overloaded. Returns the result of addition of size to point.
Determines if the specified values are equal.
Overloaded. Performs an explicit conversion from Point2F to Windows.Foundation.Point.
Determines if the specified values are not equal.
Overloaded. Returns the result of substruction of size from point.
Top
See Also

Reference

Point2F Structure
C1.Util.DX Namespace