Scroll to navigation

wxGraphicsRenderer(3erl) Erlang Module Definition wxGraphicsRenderer(3erl)

NAME

wxGraphicsRenderer - 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()
 
See external documentation.
createContext(This, Dc) -> wxGraphicsContext:wxGraphicsContext()
 
Types:
This = wxGraphicsRenderer()
 
Dc = wxWindowDC:wxWindowDC() | wxWindow:wxWindow()
 
See external documentation.
createPen(This, Pen) -> wxGraphicsPen:wxGraphicsPen()
 
Types:
This = wxGraphicsRenderer()
 
Pen = wxPen:wxPen()
 
See external documentation.
createBrush(This, Brush) -> wxGraphicsBrush:wxGraphicsBrush()
 
Types:
This = wxGraphicsRenderer()
 
Brush = wxBrush:wxBrush()
 
See external documentation.
createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) -> wxGraphicsBrush:wxGraphicsBrush()
 
Types:
This = wxGraphicsRenderer()
 
X1 = number()
 
Y1 = number()
 
X2 = number()
 
Y2 = number()
 
C1 = wx:wx_colour()
 
C2 = wx:wx_colour()
 
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:
This = wxGraphicsRenderer()
 
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()
 
Types:
This = wxGraphicsRenderer()
 
Font = wxFont:wxFont()
 
Equivalent to createFont(This, Font, []).
createFont(This, Font, Options::[Option]) -> wxGraphicsFont:wxGraphicsFont()
 
Types:
This = wxGraphicsRenderer()
 
Font = wxFont:wxFont()
 
Option = {col, wx:wx_colour()}
 
See external documentation.
createMatrix(This) -> wxGraphicsMatrix:wxGraphicsMatrix()
 
Types:
This = wxGraphicsRenderer()
 
Equivalent to createMatrix(This, []).
createMatrix(This, Options::[Option]) -> wxGraphicsMatrix:wxGraphicsMatrix()
 
Types:
This = wxGraphicsRenderer()
 
Option = {a, number()} | {b, number()} | {c, number()} | {d, number()} | {tx, number()} | {ty, number()}
 
See external documentation.
createPath(This) -> wxGraphicsPath:wxGraphicsPath()
 
Types:
This = wxGraphicsRenderer()
 
See external documentation.

AUTHORS

<>
wx 1.8