Module wxGraphicsPath

See external documentation: wxGraphicsPath.

Description

See external documentation: wxGraphicsPath.
This class is derived (and can use functions) from:
  • wxGraphicsObject
  • Data Types

    wxGraphicsPath()

    abstract datatype: 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.

    Function Index

    addArc/6*See external documentation.
    addArc/7*See external documentation.
    addArcToPoint/6*See external documentation.
    addCircle/4*See external documentation.
    addCurveToPoint/4*See external documentation.
    addCurveToPoint/7*See external documentation.
    addEllipse/5*See external documentation.
    addLineToPoint/2*See external documentation.
    addLineToPoint/3*See external documentation.
    addPath/2*See external documentation.
    addQuadCurveToPoint/5*See external documentation.
    addRectangle/5*See external documentation.
    addRoundedRectangle/6*See external documentation.
    closeSubpath/1*See external documentation.
    contains/2*Equivalent to contains(This, C, []).
    contains/3*See external documentation.
    contains/4*See external documentation.
    getBox/1*See external documentation.
    getCurrentPoint/1*See external documentation.
    moveToPoint/2*See external documentation.
    moveToPoint/3*See external documentation.
    transform/2*See external documentation.

    Function Details

    addArc/6 *

    addArc(This::wxGraphicsPath(), C::{X::float(), Y::float()}, R::float(), StartAngle::float(), EndAngle::float(), Clockwise::bool()) -> ok

    See external documentation.

    addArc/7 *

    addArc(This::wxGraphicsPath(), X::float(), Y::float(), R::float(), StartAngle::float(), EndAngle::float(), Clockwise::bool()) -> ok

    See external documentation.

    addArcToPoint/6 *

    addArcToPoint(This::wxGraphicsPath(), X1::float(), Y1::float(), X2::float(), Y2::float(), R::float()) -> ok

    See external documentation.

    addCircle/4 *

    addCircle(This::wxGraphicsPath(), X::float(), Y::float(), R::float()) -> ok

    See external documentation.

    addCurveToPoint/4 *

    addCurveToPoint(This::wxGraphicsPath(), C1::{X::float(), Y::float()}, C2::{X::float(), Y::float()}, E::{X::float(), Y::float()}) -> ok

    See external documentation.

    addCurveToPoint/7 *

    addCurveToPoint(This::wxGraphicsPath(), Cx1::float(), Cy1::float(), Cx2::float(), Cy2::float(), X::float(), Y::float()) -> ok

    See external documentation.

    addEllipse/5 *

    addEllipse(This::wxGraphicsPath(), X::float(), Y::float(), W::float(), H::float()) -> ok

    See external documentation.

    addLineToPoint/2 *

    addLineToPoint(This::wxGraphicsPath(), P::{X::float(), Y::float()}) -> ok

    See external documentation.

    addLineToPoint/3 *

    addLineToPoint(This::wxGraphicsPath(), X::float(), Y::float()) -> ok

    See external documentation.

    addPath/2 *

    addPath(This::wxGraphicsPath(), Path::wxGraphicsPath()) -> ok

    See external documentation.

    addQuadCurveToPoint/5 *

    addQuadCurveToPoint(This::wxGraphicsPath(), Cx::float(), Cy::float(), X::float(), Y::float()) -> ok

    See external documentation.

    addRectangle/5 *

    addRectangle(This::wxGraphicsPath(), X::float(), Y::float(), W::float(), H::float()) -> ok

    See external documentation.

    addRoundedRectangle/6 *

    addRoundedRectangle(This::wxGraphicsPath(), X::float(), Y::float(), W::float(), H::float(), Radius::float()) -> ok

    See external documentation.

    closeSubpath/1 *

    closeSubpath(This::wxGraphicsPath()) -> ok

    See external documentation.

    contains/2 *

    contains(This::wxGraphicsPath(), C::{X::float(), Y::float()}) -> bool()

    Equivalent to contains(This, C, []).

    contains/3 *

    contains(This::wxGraphicsPath(), X::float() | term(), X::float() | term()) -> bool()

    See external documentation.
    Alternatives:

  • contains(This::wxGraphicsPath(), X::float(), Y::float()) -> contains(This,X,Y, [])
  • contains(This::wxGraphicsPath(), C::{X::float(),Y::float()}, [Option]) -> bool()
    Option = {fillStyle, integer()}
  • contains/4 *

    contains(This::wxGraphicsPath(), X::float(), Y::float(), Options::[Option]) -> bool()

    See external documentation.

    getBox/1 *

    getBox(This::wxGraphicsPath()) -> {X::float(), Y::float(), W::float(), H::float()}

    See external documentation.

    getCurrentPoint/1 *

    getCurrentPoint(This::wxGraphicsPath()) -> {X::float(), Y::float()}

    See external documentation.

    moveToPoint/2 *

    moveToPoint(This::wxGraphicsPath(), P::{X::float(), Y::float()}) -> ok

    See external documentation.

    moveToPoint/3 *

    moveToPoint(This::wxGraphicsPath(), X::float(), Y::float()) -> ok

    See external documentation.

    transform/2 *

    transform(This::wxGraphicsPath(), Matrix::wxGraphicsMatrix:wxGraphicsMatrix()) -> ok

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:27.