wxGCDC(3erl) Erlang Module Definition wxGCDC(3erl)
NAME
wxGCDC - See external documentation: wxGCDC.
DESCRIPTION
See external documentation: wxGCDC.
This class is derived (and can use functions) from:
wxDC
DATA TYPES
wxGCDC():
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() -> wxGCDC()
See external documentation.
new(Dc) -> wxGCDC()
Types:
Dc = wxWindowDC:wxWindowDC()
See external documentation.
getGraphicsContext(This) -> wxGraphicsContext:wxGraphicsContext()
Types:
This = wxGCDC()
See external documentation.
setGraphicsContext(This, Ctx) -> ok
Types:
This = wxGCDC()
Ctx = wxGraphicsContext:wxGraphicsContext()
See external documentation.
destroy(This::wxGCDC()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wx 1.9.1 wxGCDC(3erl)