CompositionEllipseGeometry.Center Property

Definition

Gets or sets the center point of the ellipse.

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

void Center(float2 value);
public Vector2 Center { get; set; }
var vector2 = compositionEllipseGeometry.center;
compositionEllipseGeometry.center = vector2;
Public Property Center As Vector2

Property Value

Vector2 Vector2

float2

The center point of the ellipse.

Applies to