次の方法で共有


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 で導入)

適用対象