C# Класс Alsing.Drawing.GDI.GDIBrush

Наследование: GDIObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
hBrush System.IntPtr

Защищенные свойства (Protected)

Свойство Тип Описание
mSystemBrush bool

Открытые методы

Метод Описание
GDIBrush ( Bitmap pattern ) : System
GDIBrush ( Color color ) : System
GDIBrush ( IntPtr hBMP_Pattern ) : System
GDIBrush ( int BrushIndex ) : System
GDIBrush ( int Style, Color color ) : System

Защищенные методы

Метод Описание
Destroy ( ) : void

Описание методов

Destroy() защищенный метод

protected Destroy ( ) : void
Результат void

GDIBrush() публичный метод

public GDIBrush ( Bitmap pattern ) : System
pattern System.Drawing.Bitmap
Результат System

GDIBrush() публичный метод

public GDIBrush ( Color color ) : System
color Color
Результат System

GDIBrush() публичный метод

public GDIBrush ( IntPtr hBMP_Pattern ) : System
hBMP_Pattern System.IntPtr
Результат System

GDIBrush() публичный метод

public GDIBrush ( int BrushIndex ) : System
BrushIndex int
Результат System

GDIBrush() публичный метод

public GDIBrush ( int Style, Color color ) : System
Style int
color Color
Результат System

Описание свойств

hBrush публичное свойство

public IntPtr,System hBrush
Результат System.IntPtr

mSystemBrush защищенное свойство

protected bool mSystemBrush
Результат bool