FScale Class

Scale factor with floating point values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FScale
Inheritance
Object    FScale

Constructors

FScaleInitializes a new instance of the FScale class

Properties

ScaleX Get/Set the X scale for this item.
ScaleY Get/Set the Y scale for this item.

Methods

Clone Return a memberwise clone of the provided scale.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IsEmpty Return a value indicating whether the specified scale is empty.
MemberwiseClone
(Inherited from Object)
Scalar Return a scalar value representing the specified scale.
ToString Return the string representation of this item.
(Overrides ObjectToString)

See Also