abstract datatype: 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.
createBrush(This::wxGraphicsRenderer(), Brush::wxBrush:wxBrush()) -> wxGraphicsBrush:wxGraphicsBrush()
createContext(This::wxGraphicsRenderer(), Dc::wxWindowDC:wxWindowDC() | wxWindow:wxWindow()) -> wxGraphicsContext:wxGraphicsContext()
createFont(This::wxGraphicsRenderer(), Font::wxFont:wxFont()) -> wxGraphicsFont:wxGraphicsFont()
Equivalent to createFont(This, Font, []).
createFont(This::wxGraphicsRenderer(), Font::wxFont:wxFont(), Options::[Option]) -> wxGraphicsFont:wxGraphicsFont()
createLinearGradientBrush(This::wxGraphicsRenderer(), X1::float(), Y1::float(), X2::float(), Y2::float(), C1::wx:colour(), C2::wx:colour()) -> wxGraphicsBrush:wxGraphicsBrush()
createMatrix(This::wxGraphicsRenderer()) -> wxGraphicsMatrix:wxGraphicsMatrix()
Equivalent to createMatrix(This, []).
createMatrix(This::wxGraphicsRenderer(), Options::[Option]) -> wxGraphicsMatrix:wxGraphicsMatrix()
createPath(This::wxGraphicsRenderer()) -> wxGraphicsPath:wxGraphicsPath()
createPen(This::wxGraphicsRenderer(), Pen::wxPen:wxPen()) -> wxGraphicsPen:wxGraphicsPen()
createRadialGradientBrush(This::wxGraphicsRenderer(), Xo::float(), Yo::float(), Xc::float(), Yc::float(), Radius::float(), OColor::wx:colour(), CColor::wx:colour()) -> wxGraphicsBrush:wxGraphicsBrush()
getDefaultRenderer() -> wxGraphicsRenderer()
Generated by EDoc, May 26 2008, 12:35:27.