dguihub.canvas

DGui project file.

Members

Classes

Canvas
class Canvas

The Canvas object is the DGui's rappresentation of a Device Context (Screen DC, Memory DC and Printer DC) $(DDOC_BLANKLINE) Note: Printer DC is not implemented

Enums

BitmapCopyMode
enum BitmapCopyMode

Specify the copy mode of a Bitmap

EdgeMode
enum EdgeMode

Enum that specify the draw border mode (used in a Canvas.drawEdge() call).

EdgeType
enum EdgeType

Enum that specify the border type (used in a Canvas.drawEdge() call).

FontStyle
enum FontStyle

Enum that contain the font style of a Font Object.

GradientFillRectMode
enum GradientFillRectMode

Enum that specify the fill mode of a gradient.

HatchStyle
enum HatchStyle

Enum that specify the style of a Hatch Brush object

ImageType
enum ImageType

Enum that contain the image type (useful in order to identify a Image object).

PenStyle
enum PenStyle

Enum that specify the style of a Pen object.

TextAlignment
enum TextAlignment

Enum that specify the style of a text alignment in a drawText() call

TextFormatFlags
enum TextFormatFlags

Enum that specify the style of a text in a drawText() call

TextTrimming
enum TextTrimming

Enum that specify the trimming of a text alignment in a drawText() call

Structs

BitmapBit
struct BitmapBit

It rappresentes a color of a bitmap.

BitmapData
struct BitmapData

This structure allows direct modification of a bitmap

Color
struct Color

A Color in ARGB format (compatible with COLORREF win32 type)

Meta

Authors

Trogu Antonio Davide