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 对象提供将对象绘制到显示设备上的方法。