wxRegion(3erl) | Erlang Module Definition | wxRegion(3erl) |
wxRegion - See external documentation: wxRegion.
See external documentation: 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.
new() -> wxRegion()
See external documentation.
new(Bmp) -> wxRegion()
Types:
See external documentation.
Also:
new(Rect) -> wxRegion() when
Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
new(TopLeft, BottomRight) -> wxRegion()
Types:
See external documentation.
new(X, Y, W, H) -> wxRegion()
Types:
See external documentation.
clear(This) -> ok
Types:
See external documentation.
contains(This, Pt) -> wx:wx_enum()
Types:
See external documentation.
Also:
contains(This, Rect) -> wx:wx_enum() when
This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(),
H::integer()}.
Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion
contains(This, X, Y) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion
contains(This, X, Y, W, H) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion
convertToBitmap(This) -> wxBitmap:wxBitmap()
Types:
See external documentation.
getBox(This) -> {X::integer(), Y::integer(), W::integer(),
H::integer()}
Types:
See external documentation.
intersect(This, Region) -> boolean()
Types:
See external documentation.
Also:
intersect(This, Rect) -> boolean() when
This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(),
H::integer()}.
intersect(This, X, Y, W, H) -> boolean()
Types:
See external documentation.
isEmpty(This) -> boolean()
Types:
See external documentation.
subtract(This, Region) -> boolean()
Types:
See external documentation.
Also:
subtract(This, Rect) -> boolean() when
This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(),
H::integer()}.
subtract(This, X, Y, W, H) -> boolean()
Types:
See external documentation.
offset(This, Pt) -> boolean()
Types:
See external documentation.
offset(This, X, Y) -> boolean()
Types:
See external documentation.
union(This, Region) -> boolean()
Types:
See external documentation.
Also:
union(This, Rect) -> boolean() when
This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(),
H::integer()}.
union(This, Bmp, Transp) -> boolean()
Types:
Equivalent to union(This, Bmp, Transp, []).
union(This, Bmp, Transp, Options::[Option]) -> boolean()
Types:
See external documentation.
union(This, X, Y, W, H) -> boolean()
Types:
See external documentation.
Xor(This, Region) -> boolean()
Types:
See external documentation.
Also:
'Xor'(This, Rect) -> boolean() when
This::wxRegion(), Rect::{X::integer(), Y::integer(), W::integer(),
H::integer()}.
Xor(This, X, Y, W, H) -> boolean()
Types:
See external documentation.
destroy(This::wxRegion()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |