PolylineAnnotation.GraphicsPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行時にポリライン注釈のパス ポイントを取得または設定します。
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 オブジェクト。
- 属性
注釈
ポリラインでは、注釈オブジェクトに対して相対的な座標を使用する必要があります。ここで、(0, 0) は左上の座標を表し、(100100) は注釈の右下の座標を表します。
このプロパティは、代わりにプロパティを使用する必要がある場合、デザイン時にはアクセスできません GraphicsPathPoints 。