[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Size Info=Stores an ordered pair of integers, which specify a Height and Width. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the Size class. ARG(enum)|14|1|Constructor,Constructor2 @Height=Sets the vertical component of this Size structure. ARG(int)|1|0 @Width=Sets the horizontal component of this Size structure. ARG(int)|1|0 [Methods] doSize=Sets the size structure. ARG(Size sz1)|1|0 *doAdd=Adds the width and height of one Size structure to the width and height of another Size structure. ARG(Size sz1, Size sz2)|1|0 *doCeiling=Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values. ARG(SizeF value)|1|0 *doConstructor=Initializes a new instance of the Size structure from the specified Point structure. ARG(Point pt)|1|0 *doConstructor2=Initializes a new instance of the Size structure from the specified dimensions. ARG(int width, int height)|1|0 *doEquals=Tests to see whether the specified object is a Size structure with the same dimensions as this Size structure. ARG(Object obj)|1|0 *doRound=Converts the specified SizeF structure to a Size structure by rounding the values of the SizeF structure to the nearest integer values. ARG(SizeF value)|1|0 *doSubtract=Subtracts the width and height of one Size structure from the width and height of another Size structure. ARG(Size sz1, Size sz2)|1|0 *doTruncate=Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values. ARG(SizeF value)|1|0 *onAdd=Occurs after invoke the method doAdd and returns the result. ARG(Size)|2|0 *onCeiling=Occurs after invoke the method doCeiling and returns the result. ARG(Size)|2|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onRound=Occurs after invoke the method doRound and returns the result. ARG(Size)|2|0 *onSubtract=Occurs after invoke the method doSubtract and returns the result. ARG(Size)|2|0 *onTruncate=Occurs after invoke the method doTruncate and returns the result. ARG(Size)|2|0 *.Height=Returns the vertical component of this Size structure. ARG(int)|3|1 *.Width=Returns the horizontal component of this Size structure. ARG(int)|3|1 *Empty=Returns a Size structure that has a Height and Width value of 0. ARG(Size)|3|0 *GetHashCode=Returns a hash code for this Size structure. ARG(int)|3|1 *IsEmpty=Tests whether this Size structure has width and height of 0. ARG(bool)|3|104 *ToString=Creates a human-readable string that represents this Size structure. ARG(string)|3|2 Size=Returns the Size structure. ARG(Size)|3|0 *obj=Defines the Object to test. ARG(Object)|4|0 *pt=Defines the Point structure from which to initialize this Size structure. ARG(Point)|4|0 *sz1=Defines the first Size structure to add. ARG(Size)|4|0 *sz2=Defines the second Size structure to add. ARG(Size)|4|0 *value=Defines the SizeF structure to convert. ARG(SizeF)|4|0 Width=Defines the width component of the new Size. ARG(int)|4|1 Height=Defines the height component of the new Size. ARG(int)|4|1