ActivityDesignerLayoutEventArgs.Graphics 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Graphics 用于布局设计器的用法。
public:
property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics Graphics { get; }
member this.Graphics : System.Drawing.Graphics
Public ReadOnly Property Graphics As Graphics
属性值
Graphics用于布局设计器的对象。
注解
该 Graphics 对象提供用于在显示设备上绘制对象的方法。