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+ 执行的任何自定义绘图。