CompositionSurfaceBrush.AnchorPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要定位在画笔偏移量的画笔上的点。 值根据 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
属性值
要定位在画笔偏移量的画笔上的点。 值根据 SpriteVisual 的大小进行规范化。