wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxGraphicsRenderer

Module

wxGraphicsRenderer

Module Summary

See external documentation: wxGraphicsRenderer.

Description

See external documentation: wxGraphicsRenderer.

DATA TYPES

wxGraphicsRenderer()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

getDefaultRenderer() -> wxGraphicsRenderer()

createContext(This, Dc) -> wxGraphicsContext:wxGraphicsContext()

createPen(This, Pen) -> wxGraphicsPen:wxGraphicsPen()

Types

createBrush(This, Brush) -> wxGraphicsBrush:wxGraphicsBrush()

createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) -> wxGraphicsBrush:wxGraphicsBrush()

Types

X1 = number()
Y1 = number()
X2 = number()
Y2 = number()

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

createRadialGradientBrush(This, Xo, Yo, Xc, Yc, Radius, OColor, CColor) -> wxGraphicsBrush:wxGraphicsBrush()

Types

Xo = number()
Yo = number()
Xc = number()
Yc = number()
Radius = number()
OColor = wx:wx_colour()
CColor = wx:wx_colour()

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

createFont(This, Font) -> wxGraphicsFont:wxGraphicsFont()

createFont(This, Font, Options::[Option]) -> wxGraphicsFont:wxGraphicsFont()

Types

Option = {col, wx:wx_colour()}

createMatrix(This) -> wxGraphicsMatrix:wxGraphicsMatrix()

Types

Equivalent to createMatrix(This, []).

createMatrix(This, Options::[Option]) -> wxGraphicsMatrix:wxGraphicsMatrix()

Types

Option = {a, number()} | {b, number()} | {c, number()} | {d, number()} | {tx, number()} | {ty, number()}

createPath(This) -> wxGraphicsPath:wxGraphicsPath()

Types