使用英语阅读

通过


CompositionShape.CenterPoint 属性

定义

旋转和缩放形状的点。

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

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

属性值

Vector2 Vector2

float2

旋转和缩放形状的点。

适用于

产品 版本
WinRT Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100