[TypeConverterAttribute(typeof(FAreaTypeConverter))]
public class FSize
<TypeConverterAttribute(GetType(FAreaTypeConverter))>
Public Class FSize
No code example is currently available or this language may not be supported.
FSize | Create a new instance of the FSize Item. |
FSize(Single, Single) | Create a new instance of the FSize Item. |
Clone | Return a memberwise clone of the provided size. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
IsDifferent | Return a value indicating whether two sizes are different. |
IsEmpty | Return a value indicating whether the specified size is empty. |
MemberwiseClone | (Inherited from Object) |
OnSizeChanged | Raises the SizeChanged event when a property of this item has changed. |
Scale | Return the caller's size, uniformly scaled by the specified factor. |
ToString |
Return the string representation of this item.
(Overrides ObjectToString) |
SizeChanged | Fired when one of the properties of this item have changed. |