wxGraphicsRenderer
Module
Module Summary
Description
See external documentation: wxGraphicsRenderer.
DATA TYPES
Exports
getDefaultRenderer() -> wxGraphicsRenderer()
createContext(This, Dc) -> wxGraphicsContext:wxGraphicsContext()
createPen(This, Pen) -> wxGraphicsPen:wxGraphicsPen()
createBrush(This, Brush) -> wxGraphicsBrush:wxGraphicsBrush()
createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) -> wxGraphicsBrush:wxGraphicsBrush()
Types
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
createRadialGradientBrush(This, Xo, Yo, Xc, Yc, Radius, OColor, CColor) -> wxGraphicsBrush:wxGraphicsBrush()
Types
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
createFont(This, Font) -> wxGraphicsFont:wxGraphicsFont()
Equivalent to createFont(This, Font, []).
createFont(This, Font, Options::[Option]) -> wxGraphicsFont:wxGraphicsFont()
createMatrix(This) -> wxGraphicsMatrix:wxGraphicsMatrix()
Types
Equivalent to createMatrix(This, []).
createMatrix(This, Options::[Option]) -> wxGraphicsMatrix:wxGraphicsMatrix()
Types
createPath(This) -> wxGraphicsPath:wxGraphicsPath()