[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=PointF,Point Info=Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. [Property] Name=Sets the name of the component. ARG(string)|2| @X=Sets the x-coordinate of this PointF. ARG(float)|2| @Y=Sets the y-coordinate of this PointF. ARG(float)|2| [Methods] doPoint=Sets the point structure. ARG(PointF pt)|1|0 *doAdd=Translates a given PointF by the specified Size. ARG(PointF pt, Size||SizeF sz)|1|0 *doConstructor=Initializes a new instance of the PointF class with the specified coordinates. ARG(float x, float y)|1|0 *doEquals=Specifies whether this PointF contains the same coordinates as the specified Object. ARG(Object obj)|1|0 *doSubtract=Translates a PointF by the negative of a specified size. ARG(PointF pt, Size||SizeF sz)|1|0 *onAdd=Occurs after invoke the method doAdd and returns the result. ARG(PointF)|2|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onSubtract=Occurs after invoke the method doSubtract and returns the result. ARG(PointF)|2|0 *.X=Returns the x-coordinate of this PointF. ARG(float)|3|107 *.Y=Returns the y-coordinate of this PointF. ARG(float)|3|107 *Empty=Represents a new instance of the PointF class with member data left uninitialized. ARG(PointF)|3|0 *GetHashCode=Returns a hash code for this PointF structure. ARG(int)|3|1 *IsEmpty=Returns a value indicating whether this PointF is empty. ARG(bool)|3|104 *ToString=Converts this PointF to a human readable string. ARG(string)|3|2 PointF=Returns the PointF object. ARG(PointF)|3|0 *obj=Defines the Object to test. ARG(Object)|4|0 *pt=Defines the PointF to operate. ARG(PointF)|4|0 *sz=Defines the Size that specifies the numbers to operate. ARG(Size)|4|0 *x=Defines the horizontal position of the point. ARG(float)|4|107 *y=Defines the vertical position of the point. ARG(float)|4|107