wxGraphicsRenderer(3erl) | Erlang Module Definition | wxGraphicsRenderer(3erl) |
wxGraphicsRenderer - See external documentation: wxGraphicsRenderer.
See external documentation: 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.
getDefaultRenderer() -> wxGraphicsRenderer()
See external documentation.
createContext(This, Dc) ->
wxGraphicsContext:wxGraphicsContext()
Types:
See external documentation.
createPen(This, Pen) -> wxGraphicsPen:wxGraphicsPen()
Types:
See external documentation.
createBrush(This, Brush) ->
wxGraphicsBrush:wxGraphicsBrush()
Types:
See external documentation.
createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) ->
wxGraphicsBrush:wxGraphicsBrush()
Types:
This function is deprecated: not available in wxWidgets-2.9 and later
See external documentation.
createRadialGradientBrush(This, Xo, Yo, Xc, Yc, Radius, OColor,
CColor) -> wxGraphicsBrush:wxGraphicsBrush()
Types:
This function is deprecated: not available in wxWidgets-2.9 and later
See external documentation.
createFont(This, Font) ->
wxGraphicsFont:wxGraphicsFont()
Types:
Equivalent to createFont(This, Font, []).
createFont(This, Font, Options::[Option]) ->
wxGraphicsFont:wxGraphicsFont()
Types:
See external documentation.
createMatrix(This) ->
wxGraphicsMatrix:wxGraphicsMatrix()
Types:
Equivalent to createMatrix(This, []).
createMatrix(This, Options::[Option]) ->
wxGraphicsMatrix:wxGraphicsMatrix()
Types:
See external documentation.
createPath(This) -> wxGraphicsPath:wxGraphicsPath()
Types:
See external documentation.
<>
wx 1.9.2 |