dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
DrawBuf.clipRect
dlangui
graphics
drawbuf
DrawBuf
sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.
Rect
clipRect
[@property getter]
Rect
clipRect
[@property setter]
class
DrawBuf
@
property
void
clipRect
(
const
ref
Rect
rect
)
Meta
Source
See Implementation
dlangui
graphics
drawbuf
DrawBuf
constructors
this
destructors
~this
functions
afterDrawing
applyClipping
beforeDrawing
clear
detectNinePatch
drawFragment
drawGlyph
drawImage
drawRescaled
fill
fillRect
resize
transformColors
properties
bpp
clipOrFullRect
clipRect
hasNinePatch
height
id
intersectClipRect
ninePatch
onDestroyCallback
width
variables
_clipRect
_id
_ninePatch
_onDestroyCallback
sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.