wxGraphicsPath(3erl) | Erlang Module Definition | wxGraphicsPath(3erl) |
wxGraphicsPath - See external documentation: wxGraphicsPath.
See external documentation: wxGraphicsPath.
This class is derived (and can use functions) from:
wxGraphicsObject
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.
moveToPoint(This, P) -> ok
Types:
See external documentation.
moveToPoint(This, X, Y) -> ok
Types:
See external documentation.
addArc(This, C, R, StartAngle, EndAngle, Clockwise) ->
ok
Types:
See external documentation.
addArc(This, X, Y, R, StartAngle, EndAngle, Clockwise) ->
ok
Types:
See external documentation.
addArcToPoint(This, X1, Y1, X2, Y2, R) -> ok
Types:
See external documentation.
addCircle(This, X, Y, R) -> ok
Types:
See external documentation.
addCurveToPoint(This, C1, C2, E) -> ok
Types:
See external documentation.
addCurveToPoint(This, Cx1, Cy1, Cx2, Cy2, X, Y) -> ok
Types:
See external documentation.
addEllipse(This, X, Y, W, H) -> ok
Types:
See external documentation.
addLineToPoint(This, P) -> ok
Types:
See external documentation.
addLineToPoint(This, X, Y) -> ok
Types:
See external documentation.
addPath(This, Path) -> ok
Types:
See external documentation.
addQuadCurveToPoint(This, Cx, Cy, X, Y) -> ok
Types:
See external documentation.
addRectangle(This, X, Y, W, H) -> ok
Types:
See external documentation.
addRoundedRectangle(This, X, Y, W, H, Radius) -> ok
Types:
See external documentation.
closeSubpath(This) -> ok
Types:
See external documentation.
contains(This, C) -> boolean()
Types:
Equivalent to contains(This, C, []).
contains(This, X, Y) -> boolean()
contains(This, C, Y::[Option]) -> boolean()
Types:
See external documentation.
Also:
contains(This, C, [Option]) -> boolean() when
This::wxGraphicsPath(), C::{X::float(), Y::float()},
Option :: {'fillStyle', wx:wx_enum()}.
FillStyle = integer
contains(This, X, Y, Options::[Option]) -> boolean()
Types:
See external documentation.
FillStyle = integer
getBox(This) -> {X::float(), Y::float(), W::float(),
H::float()}
Types:
See external documentation.
getCurrentPoint(This) -> {X::float(), Y::float()}
Types:
See external documentation.
transform(This, Matrix) -> ok
Types:
See external documentation.
<>
wx 1.9.2 |