table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
wxGraphicsContext(3erl) | Erlang Module Definition | wxGraphicsContext(3erl) |
NAME¶
wxGraphicsContext - See external documentation: wxGraphicsContext.DESCRIPTION¶
See external documentation: wxGraphicsContext. This class is derived (and can use functions) from:DATA TYPES¶
- wxGraphicsContext():
-
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¶
create() -> wxGraphicsContext()
See external documentation.
Types:
Dc = wxWindowDC() (see module wxWindowDC) |
wxWindow() (see module wxWindow)
See external documentation.
Types:
This = wxGraphicsContext()
Pen = wxPen() (see module wxPen)
See external documentation.
Types:
This = wxGraphicsContext()
Brush = wxBrush() (see module wxBrush)
See external documentation.
Types:
This = wxGraphicsContext()
Xo = number()
Yo = number()
Xc = number()
Yc = number()
Radius = number()
OColor = wx_colour() (see module wx)
CColor = wx_colour() (see module wx)
See external documentation.
Types:
This = wxGraphicsContext()
X1 = number()
Y1 = number()
X2 = number()
Y2 = number()
C1 = wx_colour() (see module wx)
C2 = wx_colour() (see module wx)
See external documentation.
Types:
This = wxGraphicsContext()
Font = wxFont() (see module wxFont)
Equivalent to createFont(This, Font, []).
Types:
This = wxGraphicsContext()
Font = wxFont() (see module wxFont)
Option = {col, wx_colour() (see module wx)}
See external documentation.
Types:
This = wxGraphicsContext()
Equivalent to createMatrix(This, []).
Types:
This = wxGraphicsContext()
Option = {a, number()} | {b, number()} | {c, number()} | {d, number()} | {tx,
number()} | {ty, number()}
See external documentation.
Types:
This = wxGraphicsContext()
See external documentation.
Types:
This = wxGraphicsContext()
Region = wxRegion() (see module wxRegion)
See external documentation.
Types:
This = wxGraphicsContext()
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsContext()
See external documentation.
Types:
This = wxGraphicsContext()
Bmp = wxBitmap() (see module wxBitmap)
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsContext()
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsContext()
Icon = wxIcon() (see module wxIcon)
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsContext()
Points = [{X::float(), Y::float()}]
Equivalent to drawLines(This, Points, []).
Types:
This = wxGraphicsContext()
Points = [{X::float(), Y::float()}]
Option = {fillStyle, integer()}
See external documentation.
Types:
This = wxGraphicsContext()
Path = wxGraphicsPath() (see module wxGraphicsPath)
Equivalent to drawPath(This, Path, []).
Types:
This = wxGraphicsContext()
Path = wxGraphicsPath() (see module wxGraphicsPath)
Option = {fillStyle, integer()}
See external documentation.
Types:
This = wxGraphicsContext()
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsContext()
X = number()
Y = number()
W = number()
H = number()
Radius = number()
See external documentation.
Types:
This = wxGraphicsContext()
Str = chardata() (see module unicode)
X = number()
Y = number()
See external documentation.
Types:
This = wxGraphicsContext()
Str = chardata() (see module unicode)
X = number()
Y = number()
Angle = number()
See external documentation.
Also:
drawText(This, Str, X, Y, BackgroundBrush) -> ok when
This::wxGraphicsContext(), Str::unicode:chardata(), X::number(), Y::number(),
BackgroundBrush::wxGraphicsBrush:wxGraphicsBrush().
Types:
This = wxGraphicsContext()
Str = chardata() (see module unicode)
X = number()
Y = number()
Angle = number()
BackgroundBrush = wxGraphicsBrush() (see module wxGraphicsBrush)
See external documentation.
Types:
This = wxGraphicsContext()
Path = wxGraphicsPath() (see module wxGraphicsPath)
Equivalent to fillPath(This, Path, []).
Types:
This = wxGraphicsContext()
Path = wxGraphicsPath() (see module wxGraphicsPath)
Option = {fillStyle, integer()}
See external documentation.
Types:
This = wxGraphicsContext()
Path = wxGraphicsPath() (see module wxGraphicsPath)
See external documentation.
Types:
This = wxGraphicsContext()
Text = chardata() (see module unicode)
See external documentation.
Types:
Result = {Width::number(), Height::number(),
Descent::number(), ExternalLeading::number()}
This = wxGraphicsContext()
Text = chardata() (see module unicode)
See external documentation.
Types:
This = wxGraphicsContext()
Angle = number()
See external documentation.
Types:
This = wxGraphicsContext()
XScale = number()
YScale = number()
See external documentation.
Types:
This = wxGraphicsContext()
Dx = number()
Dy = number()
See external documentation.
Types:
This = wxGraphicsContext()
See external documentation.
Types:
This = wxGraphicsContext()
Matrix = wxGraphicsMatrix() (see module wxGraphicsMatrix)
See external documentation.
Types:
This = wxGraphicsContext()
Matrix = wxGraphicsMatrix() (see module wxGraphicsMatrix)
See external documentation.
Types:
This = wxGraphicsContext()
Brush = wxGraphicsBrush() (see module wxGraphicsBrush) | wxBrush() (see module
wxBrush)
See external documentation.
Types:
This = wxGraphicsContext()
Font = wxGraphicsFont() (see module wxGraphicsFont)
See external documentation.
Types:
This = wxGraphicsContext()
Font = wxFont() (see module wxFont)
Colour = wx_colour() (see module wx)
See external documentation.
Types:
This = wxGraphicsContext()
Pen = wxPen() (see module wxPen) | wxGraphicsPen() (see module wxGraphicsPen)
See external documentation.
Types:
This = wxGraphicsContext()
X1 = number()
Y1 = number()
X2 = number()
Y2 = number()
See external documentation.
Types:
This = wxGraphicsContext()
Points = [{X::float(), Y::float()}]
See external documentation.
Destroys this object, do not use object again
AUTHORS¶
wx 0.99.2 |