Query: wxregion
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxRegion(3erl) Erlang Module Definition wxRegion(3erl)NAMEwxRegion - See external documentation: wxRegion.DESCRIPTIONSee external documentation: wxRegion .DATA TYPESwxRegion() : 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.EXPORTSnew() -> wxRegion() See external documentation . new(X::term()) -> wxRegion() See external documentation . 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 . new(X::integer(), Y::integer(), W::integer(), H::integer()) -> wxRegion() See external documentation . clear(This::wxRegion()) -> ok See external documentation . contains(This::wxRegion(), X::term()) -> WxRegionContain See external documentation . 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 . 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 . WxRegionContain is one of ?wxOutRegion | ?wxPartRegion | ?wxInRegion convertToBitmap(This::wxRegion()) -> wxBitmap() (see module wxBitmap) See external documentation . getBox(This::wxRegion()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . intersect(This::wxRegion(), X::wxRegion() | term()) -> bool() See external documentation . 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 . isEmpty(This::wxRegion()) -> bool() See external documentation . subtract(This::wxRegion(), X::wxRegion() | term()) -> bool() See external documentation . 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 . offset(This::wxRegion(), Pt::{X::integer(), Y::integer()}) -> bool() See external documentation . offset(This::wxRegion(), X::integer(), Y::integer()) -> bool() See external documentation . union(This::wxRegion(), X::term()) -> bool() See external documentation . 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 . union(This::wxRegion(), X::integer(), Y::integer(), W::integer(), H::integer()) -> bool() See external documentation . Xor(This::wxRegion(), X::wxRegion() | term()) -> bool() See external documentation . 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 . destroy(This::wxRegion()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxRegion(3erl)
Related Man Pages |
---|
wxdc(3erl) - linux |
wxgraphicscontext(3erl) - linux |
wxprintdialogdata(3erl) - linux |
wxregion(3erl) - linux |
wxsizeritem(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
remove contents including the tag if pattern matches |
Bash subtract fourth octet of an IP by 1 |