Share

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
Inherits IFormattable
End Structure

C#

public struct Scale2d : IFormattable {
}

Links

Scale2d Constructor, Scale2d Methods, Scale2d Properties, Indexers, Scale2d Operators

Was this information helpful?