Share via


XamlDirect.GetPointProperty(IXamlDirectObject, XamlPropertyIndex) メソッド

定義

特定の IXamlDirectObjectPoint プロパティの値を取得します。

public:
 virtual Point GetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetPointProperty;
Point GetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Point GetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getPointProperty(xamlDirectObject, propertyIndex)
Public Function GetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Point

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を取得する Point プロパティへの参照。

戻り値

指定したプロパティのポイント値。

適用対象

こちらもご覧ください