This document is archived and information here might be outdated. Recommended version. |
The texture scale factor.
[Visual Basic .NET]
Public Property TextureScaleFactor As Double
[C#]
public double TextureScaleFactor {get; set;}
[C++]
HRESULT get_TextureScaleFactor(
double pScale
);
[C++]
HRESULT put_TextureScaleFactor(
System.Double* pScale
);
[C++] Parameters pScale [in]
pScale is a parameter of type double pScale [out, retval]
pScale is a parameter of type double*