wxRegion
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxRegion.
DATA TYPES
EXPORTS
Types:
See external documentation.
  
 Also:
  new(Rect) -> wxRegion() when
  	Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
 
new(TopLeft, BottomRight) -> wxRegion()
Types:
Types:
Types:
contains(This, Pt) -> wx_enum() (see module wx)
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_enum() (see module wx)
Types:
See external documentation.
 
 Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion
contains(This, X, Y, W, H) -> wx_enum() (see module wx)
Types:
See external documentation.
 
 Res = ?wxOutRegion | ?wxPartRegion | ?wxInRegion
convertToBitmap(This) -> wxBitmap() (see module wxBitmap)
Types:
getBox(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}
Types:
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:
Types:
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:
Types:
offset(This, X, Y) -> boolean()
Types:
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, Option::[Option]) -> boolean()
Types:
union(This, X, Y, W, H) -> boolean()
Types:
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:
