[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=SizeF Info=Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the SizeF class. ARG(enum)|14|2|Constructor,Constructor2,Constructor3 @Height=Sets the vertical component of this SizeF structure. ARG(float)|2| @Width=Sets the horizontal component of this SizeF structure. ARG(float)|2| [Methods] doSizeF=Sets the size structure. ARG(SizeF sz1)|1|0 *doAdd=Adds the width and height of one SizeF structure to the width and height of another SizeF structure. ARG(SizeF sz1, SizeF sz2)|1|0 *doConstructor=Initializes a new instance of the SizeF structure from the specified PointF structure. ARG(PointF pt)|1|0 *doConstructor2=Initializes a new instance of the SizeF structure from the specified existing SizeF structure. ARG(SizeF sz1)|1|0 *doConstructor3=Initializes a new instance of the SizeF structure from the specified dimensions. ARG(float width, float height)|1|0 *doEquals=Tests to see whether the specified object is a SizeF structure with the same dimensions as this SizeF structure. ARG(Object obj)|1|0 *doSubtract=Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure. ARG(SizeF sz1, SizeF sz2)|1|0 *onAdd=Occurs after invoke the method doAdd and returns the result. ARG(SizeF)|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(SizeF)|2|0 *.Height=Returns the vertical component of this SizeF structure. ARG(float)|3|107 *.Width=Returns the horizontal component of this SizeF structure. ARG(float)|3|107 *Empty=Returns a SizeF structure that has a Height and Width value of 0. ARG(SizeF)|3|0 *GetHashCode=Returns a hash code for this Size structure. ARG(int)|3|1 *IsEmpty=Returns a value that indicates whether this SizeF structure has zero width and height. ARG(bool)|3|104 *ToPointF=Converts a SizeF structure to a PointF structure. ARG(PointF)|3|0 *ToSize=Converts a SizeF structure to a Size structure. ARG(Size)|3|0 *ToString=Creates a human-readable string that represents this SizeF structure. ARG(string)|3|2 SizeF=Returns the SizeF object. ARG(SizeF)|3|0 *height=Defines the height component of the new SizeF structure. ARG(float)|4|107 *obj=Defines the Object to test. ARG(Object)|4|0 *pt=Defines the PointF structure from which to initialize this SizeF structure. ARG(PointF)|4|0 *sz1=Defines the first SizeF structure to operate. ARG(SizeF)|4|0 *sz2=Defines the second SizeF structure to operate. ARG(SizeF)|4|0 *width=Defines the width component of the new SizeF structure. ARG(float)|4|107