FSize Class

Floating-point Size as first-class object.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
[TypeConverterAttribute(typeof(FAreaTypeConverter))]
public class FSize
Inheritance
Object    FSize

Constructors

FSize Create a new instance of the FSize Item.
FSize(Single, Single) Create a new instance of the FSize Item.

Properties

Height Get/Set the height of the item.
Width Get/Set the width of the object.

Methods

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)

Events

SizeChanged Fired when one of the properties of this item have changed.

See Also