PolylineAnnotation.GraphicsPathPoints プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デザイン時にポリライン注釈のパス ポイントを取得または設定します。
public:
property System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ GraphicsPathPoints { System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection GraphicsPathPoints { get; }
member this.GraphicsPathPoints : System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection
Public ReadOnly Property GraphicsPathPoints As AnnotationPathPointCollection
プロパティ値
ポリライン形状の AnnotationPathPointCollection オブジェクト。
注釈
ポリラインでは、注釈オブジェクトに対して相対的な座標を使用する必要があります。ここで、(0, 0) は左上の座標を表し、(100100) は注釈の右下の座標を表します。
このプロパティは、代わりにプロパティを使用する必要がある場合、実行時にはアクセスできません GraphicsPath 。