wxGraphicsPath
Module
Module Summary
Description
See external documentation: wxGraphicsPath.
This class is derived (and can use functions) from:
wxGraphicsObject
DATA TYPES
Exports
addArc(This, C, R, StartAngle, EndAngle, Clockwise) -> ok
Types
addArc(This, X, Y, R, StartAngle, EndAngle, Clockwise) -> ok
Types
addArcToPoint(This, X1, Y1, X2, Y2, R) -> ok
addCircle(This, X, Y, R) -> ok
addCurveToPoint(This, C1, C2, E) -> ok
Types
addCurveToPoint(This, Cx1, Cy1, Cx2, Cy2, X, Y) -> ok
Types
addEllipse(This, X, Y, W, H) -> ok
addLineToPoint(This, X, Y) -> ok
addQuadCurveToPoint(This, Cx, Cy, X, Y) -> ok
addRectangle(This, X, Y, W, H) -> ok
addRoundedRectangle(This, X, Y, W, H, Radius) -> ok
Types
contains(This, C) -> boolean()
Equivalent to contains(This, C, []).
contains(This, X, Y) -> boolean()
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()
See external documentation.
FillStyle = integer
getBox(This) -> {X::float(), Y::float(), W::float(), H::float()}
Types
getCurrentPoint(This) -> {X::float(), Y::float()}