table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
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:
Dc = wxWindowDC:wxWindowDC() | wxWindow:wxWindow()
See external documentation.
createPen(This, Pen) ->
wxGraphicsPen:wxGraphicsPen()
Types:
Pen = wxPen:wxPen()
See external documentation.
createBrush(This, Brush) ->
wxGraphicsBrush:wxGraphicsBrush()
Types:
Brush = wxBrush:wxBrush()
See external documentation.
createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) ->
wxGraphicsBrush:wxGraphicsBrush()
Types:
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:
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:
Font = wxFont:wxFont()
Equivalent to createFont(This, Font, []).
createFont(This, Font, Options::[Option]) ->
wxGraphicsFont:wxGraphicsFont()
Types:
Font = wxFont:wxFont()
Option = {col, wx:wx_colour()}
See external documentation.
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()}
See external documentation.
createPath(This) ->
wxGraphicsPath:wxGraphicsPath()
Types:
See external documentation.
AUTHORS¶
<>wx 1.8 |