Compartir a través de


CompositionRectangleGeometry.Offset Propiedad

Definición

Obtiene o establece el desplazamiento del rectángulo.

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

void Offset(float2 value);
public Vector2 Offset { get; set; }
var vector2 = compositionRectangleGeometry.offset;
compositionRectangleGeometry.offset = vector2;
Public Property Offset As Vector2

Valor de propiedad

Vector2 Vector2

float2

Desplazamiento del rectángulo.

Se aplica a