Description
Gets or sets a non-uniform scale that is applied to the solid to increase or decrease its rendered size. The array contains the scale for each component of the size in the order x scale, y scale, z scale.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Scale() As System.Array
|
[C#] |
---|
public System.Array Scale {get; set;}
|
[Managed C++] |
---|
public: __property System::Array get_Scale(); public: __property void set_Scale(
System::Array
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Scale(
SAFEARRAY * * ppRetVal
);
public: HRESULT put_Scale(
SAFEARRAY * Scale
);
|
[Java] |
---|
public VariantArray getScale();
public void setScale(
VariantArray
);
|
Remarks
See Also