InkOverlayPaintingEventArgs 构造函数

初始化 InkOverlayPaintingEventArgs 类的新实例。

命名空间:  Microsoft.Ink
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Sub New ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    Allow As Boolean _
)
用法
Dim graphics As Graphics
Dim clipRectangle As Rectangle
Dim Allow As Boolean

Dim instance As New InkOverlayPaintingEventArgs(graphics, _
    clipRectangle, Allow)
public InkOverlayPaintingEventArgs(
    Graphics graphics,
    Rectangle clipRectangle,
    bool Allow
)
public:
InkOverlayPaintingEventArgs(
    Graphics^ graphics, 
    Rectangle clipRectangle, 
    bool Allow
)
public InkOverlayPaintingEventArgs(
    Graphics graphics,
    Rectangle clipRectangle,
    boolean Allow
)
public function InkOverlayPaintingEventArgs(
    graphics : Graphics, 
    clipRectangle : Rectangle, 
    Allow : boolean
)

参数

  • Allow
    类型:System.Boolean
    如果应当发生绘制操作,则设置为 true;否则设置为 false。

备注

Graphics 类型的 graphics 指定要呈现至的图形的对象。Rectangle 类型的 clipRectangle 指定 clipRectangle(以像素为单位)。bool 类型的 Allow 指定是否应当执行 Paint 操作。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

InkOverlayPaintingEventArgs 类

InkOverlayPaintingEventArgs 成员

Microsoft.Ink 命名空间

InkOverlay.Painting