ChartGraphics.Graphics 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 GDI+ Graphics 物件,以供繪製之用。
public:
property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); void set(System::Drawing::Graphics ^ value); };
public System.Drawing.Graphics Graphics { get; set; }
member this.Graphics : System.Drawing.Graphics with get, set
Public Property Graphics As Graphics
屬性值
用於繪製的 Graphics 物件。
備註
您可以使用這個屬性來執行可使用 GDI+ 執行的任何自訂繪圖。