UVAtlasOutput.MaximumStretch Property (Microsoft.DirectX.Direct3D)

Gets the maximum stretch value output as a result of a UVAtlas method.

Definition

Visual Basic Public ReadOnly Property MaximumStretch As Single
C# public float MaximumStretch { get; }
C++ public:
property float MaximumStretch {
        float get();
}
JScript public function get MaximumStretch() : float

Property Value

System.Single
A SingleLeave Site value that represents the maximum stretch value generated by the atlas algorithm.

This property is read-only.