wxGraphicsPath.3erl

Langue: en

Autres versions - même langue

Version: 294226 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxGraphicsPath - See external documentation: wxGraphicsPath.

DESCRIPTION

See external documentation: wxGraphicsPath <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html>.

This class is derived (and can use functions) from:
wxGraphicsObject

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::wxGraphicsPath(), P::{X::float(), Y::float()}) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathmovetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathmovetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddarc>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddarc>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddarctopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddcircle>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddcurvetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddcurvetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddellipse>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddlinetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddlinetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddpath>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddquadcurvetopoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddrectangle>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathaddroundedrectangle>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathclosesubpath>.

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


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

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathcontains>.

 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(This::wxGraphicsPath(), X::float(), Y::float(), Options::[Option]) -> bool()

Types
Option = {fillStyle, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathcontains>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathgetbox>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathgetcurrentpoint>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicspath.html#wxgraphicspathtransform>.