wxRegion.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxRegion - See external documentation: wxRegion.

DESCRIPTION

See external documentation: wxRegion <http://www.wxwidgets.org/manuals/stable/wx_wxregion.html>.

DATA TYPES

wxRegion():

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

new() -> wxRegion()


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

new(X::term()) -> wxRegion()


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

 Alternatives: 
new(Bmp::wxBitmap:wxBitmap()) -> wxRegion()
new(Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> wxRegion()

new(TopLeft::{X::integer(), Y::integer()}, BottomRight::{X::integer(), Y::integer()}) -> wxRegion()


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

new(X::integer(), Y::integer(), W::integer(), H::integer()) -> wxRegion()


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

clear(This::wxRegion()) -> ok


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

contains(This::wxRegion(), X::term()) -> WxRegionContain


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

 Alternatives: 
contains(This::wxRegion(), Pt::{X::integer(), Y::integer()}) -> WxRegionContain

 WxRegionContain = integer() 

 WxRegionContain is one of ?wxOutRegion | ?wxPartRegion | ?wxInRegion 
contains(This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> WxRegionContain

 WxRegionContain = integer() 

 WxRegionContain is one of ?wxOutRegion | ?wxPartRegion | ?wxInRegion 

contains(This::wxRegion(), X::integer(), Y::integer()) -> WxRegionContain

Types
WxRegionContain = integer()

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

 WxRegionContain is one of ?wxOutRegion | ?wxPartRegion | ?wxInRegion

contains(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> WxRegionContain

Types
WxRegionContain = integer()

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

 WxRegionContain is one of ?wxOutRegion | ?wxPartRegion | ?wxInRegion

convertToBitmap(This::wxRegion()) -> wxBitmap() (see module wxBitmap)


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

getBox(This::wxRegion()) -> {X::integer(), Y::integer(), W::integer(), H::integer()}


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

intersect(This::wxRegion(), X::wxRegion() | term()) -> bool()


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

 Alternatives: 
intersect(This::wxRegion(), Region::wxRegion()) -> bool()
intersect(This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool()

intersect(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> bool()


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

isEmpty(This::wxRegion()) -> bool()


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

subtract(This::wxRegion(), X::wxRegion() | term()) -> bool()


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

 Alternatives: 
subtract(This::wxRegion(), Region::wxRegion()) -> bool()
subtract(This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool()

subtract(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> bool()


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

offset(This::wxRegion(), Pt::{X::integer(), Y::integer()}) -> bool()


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

offset(This::wxRegion(), X::integer(), Y::integer()) -> bool()


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

union(This::wxRegion(), X::term()) -> bool()


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

 Alternatives: 
union(This::wxRegion(), Region::wxRegion() | wxBitmap:wxBitmap()) -> bool()
union(This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool()

union(This::wxRegion(), Bmp::wxBitmap() (see module wxBitmap), Transp::colour() (see module wx)) -> bool()


Equivalent to union(This, Bmp, Transp, []).

union(This::wxRegion(), Bmp::wxBitmap() (see module wxBitmap), Transp::colour() (see module wx), Options::[Option]) -> bool()

Types
Option = {tolerance, integer()}

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

union(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> bool()


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

Xor(This::wxRegion(), X::wxRegion() | term()) -> bool()


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

 Alternatives: 
'Xor'(This::wxRegion(), Region::wxRegion()) -> bool()
'Xor'(This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool()

Xor(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> bool()


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

destroy(This::wxRegion()) -> ok


Destroys this object, do not use object again