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 的大小进行规范化。

适用于