次の方法で共有


ShapeNode.Points プロパティ

定義

指定された節点の位置を座標値として返します。 値の取得のみ可能です。

public:
 property System::Object ^ Points { System::Object ^ get(); };
public object Points { get; }
member this.Points : obj
Public ReadOnly Property Points As Object

プロパティ値

注釈

ノードの SetPosition(Int32, Single, Single) 場所を設定するには、 メソッドを使用します。

適用対象