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
wxGraphicsPath(3erl) | Erlang Module Definition | wxGraphicsPath(3erl) |
NAME¶
wxGraphicsPath - See external documentation: wxGraphicsPath.DESCRIPTION¶
See external documentation: wxGraphicsPath. This class is derived (and can use functions) from:DATA TYPES¶
- wxGraphicsPath():
-
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¶
moveToPoint(This, P) -> ok
Types:
This = wxGraphicsPath()
P = {X::float(), Y::float()}
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
See external documentation.
Types:
This = wxGraphicsPath()
C = {X::float(), Y::float()}
R = number()
StartAngle = number()
EndAngle = number()
Clockwise = boolean()
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
R = number()
StartAngle = number()
EndAngle = number()
Clockwise = boolean()
See external documentation.
Types:
This = wxGraphicsPath()
X1 = number()
Y1 = number()
X2 = number()
Y2 = number()
R = number()
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
R = number()
See external documentation.
Types:
This = wxGraphicsPath()
C1 = {X::float(), Y::float()}
C2 = {X::float(), Y::float()}
E = {X::float(), Y::float()}
See external documentation.
Types:
This = wxGraphicsPath()
Cx1 = number()
Cy1 = number()
Cx2 = number()
Cy2 = number()
X = number()
Y = number()
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsPath()
P = {X::float(), Y::float()}
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
See external documentation.
Types:
This = wxGraphicsPath()
Path = wxGraphicsPath()
See external documentation.
Types:
This = wxGraphicsPath()
Cx = number()
Cy = number()
X = number()
Y = number()
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
W = number()
H = number()
See external documentation.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
W = number()
H = number()
Radius = number()
See external documentation.
Types:
This = wxGraphicsPath()
See external documentation.
Types:
This = wxGraphicsPath()
C = {X::float(), Y::float()}
Equivalent to contains(This, C, []).
Types:
This = wxGraphicsPath()
X = number()
Y = number()
See external documentation.
Also:
contains(This, C, [Option]) -> boolean() when
This::wxGraphicsPath(), C::{X::float(), Y::float()},
Option :: {fillStyle, integer()}.
Types:
This = wxGraphicsPath()
X = number()
Y = number()
Option = {fillStyle, integer()}
See external documentation.
Types:
This = wxGraphicsPath()
See external documentation.
Types:
This = wxGraphicsPath()
See external documentation.
Types:
This = wxGraphicsPath()
Matrix = wxGraphicsMatrix() (see module wxGraphicsMatrix)
See external documentation.
AUTHORS¶
wx 0.99.2 |