wxGCDC.3erl - Man Page
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
<>
Info
wx 1.9.2 Erlang Module Definition