This .Net class wraps AcGeScale2d ObjectARX class.
The class Scale2d is called "scale vector 2D." This class is used to represent scaling transformations in 2D space.
The scale vector must have no zero components (with tolerances 1.0e-10).
The data members of the class Scale2d are two doubles, which are called "scale factors."
Public Structure Scale2d End Structure
public struct Scale2d { }
Comments? |