Share via


Brush.SetNativeBrush(IntPtr) 方法

定义

在派生类中,设置对 GDI+ 画笔对象的引用。

protected public:
 void SetNativeBrush(IntPtr brush);
protected internal void SetNativeBrush (IntPtr brush);
member this.SetNativeBrush : nativeint -> unit
Protected Friend Sub SetNativeBrush (brush As IntPtr)

参数

brush
IntPtr

nativeint

指向 GDI+ 画笔对象的指针。

适用于