PolylineAnnotation.GraphicsPath プロパティ

定義

実行時にポリライン注釈のパス ポイントを取得または設定します。

public:
 virtual property System::Drawing::Drawing2D::GraphicsPath ^ GraphicsPath { System::Drawing::Drawing2D::GraphicsPath ^ get(); void set(System::Drawing::Drawing2D::GraphicsPath ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Drawing2D.GraphicsPath GraphicsPath { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.GraphicsPath : System.Drawing.Drawing2D.GraphicsPath with get, set
Public Overridable Property GraphicsPath As GraphicsPath

プロパティ値

GraphicsPath

ポリライン形状の GraphicsPath オブジェクト。

属性

注釈

ポリラインでは、注釈オブジェクトに対して相対的な座標を使用する必要があります。ここで、(0, 0) は左上の座標を表し、(100100) は注釈の右下の座標を表します。

このプロパティは、代わりにプロパティを使用する必要がある場合、デザイン時にはアクセスできません GraphicsPathPoints

適用対象