Class OpenGLDrawable

Custom drawing inside openGL

Inherits from

Constructors

Name Description
this

Fields

Name Type Description
_refCount int count of references to this object from Ref

Properties

Name Type Description
drawHandler [get] void delegate(Rect, Rect)
drawHandler [set] OpenGLDrawable
height [get] int
width [get] int
padding [get] Rect
refCount [get] int returns current value of reference counter

Methods

Name Description
drawTo
onDraw
addRef increments reference counter
releaseRef decrement reference counter, destroy object if no more references left

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0