Brush.SetNativeBrush(IntPtr) Метод
Определение
В производном классе определяет ссылку на объект-кисть GDI+GDI+.In a derived class, sets a reference to a GDI+GDI+ brush object.
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
Указатель на объект-кисть GDI+GDI+.A pointer to the GDI+GDI+ brush object.