CompositionSurfaceBrush.AnchorPoint 属性

定义

要放置在画笔偏移量的画笔上的点。 值根据 SpriteVisual 的大小进行规范化。

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

void AnchorPoint(float2 value);
public Vector2 AnchorPoint { get; set; }
var vector2 = compositionSurfaceBrush.anchorPoint;
compositionSurfaceBrush.anchorPoint = vector2;
Public Property AnchorPoint As Vector2

属性值

Vector2 Vector2

float2

要放置在画笔偏移量的画笔上的点。 值根据 SpriteVisual 的大小进行规范化。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于