Partager via


CompositionShape.Scale Propriété

Définition

Obtient ou définit l’échelle à appliquer à la forme.

public:
 property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();

void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionShape.scale;
compositionShape.scale = vector2;
Public Property Scale As Vector2

Valeur de propriété

Vector2 Vector2

float2

Échelle à appliquer à la forme.

S’applique à