Autodesk.AutoCAD.Geometry Namespace > Scale2d Structure
Scale2d Structure
Description

 

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."

Visual Basic
Public Structure Scale2d
End Structure
C#
public struct Scale2d {
}
Links
   Comments?