wxGraphicsRenderer

See external documentation: wxGraphicsRenderer.

See external documentation: wxGraphicsRenderer.

Functions


getDefaultRenderer() -> wxGraphicsRenderer()

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

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

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()

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

See external documentation.

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

See external documentation.

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

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

See external documentation.

createPath(This) -> wxGraphicsPath:wxGraphicsPath()

See external documentation.