DrawBuf.clipRect - multiple declarations

Function DrawBuf.clipRect

returns clipping rectangle, or (0,0,dx,dy) when no clipping.

sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

void clipRect(
  ref const(Rect) rect
) @property;

Function DrawBuf.clipRect

returns clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

ref Rect clipRect() @property;

Function DrawBuf.clipRect

returns clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

ref Rect clipRect() @property;

Function DrawBuf.clipRect

returns clipping rectangle, or (0,0,dx,dy) when no clipping.

sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

void clipRect(
  ref const(Rect) rect
) @property;

Function DrawBuf.clipRect

returns clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

ref Rect clipRect() @property;

Function DrawBuf.clipRect

returns clipping rectangle, or (0,0,dx,dy) when no clipping.

sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

void clipRect(
  ref const(Rect) rect
) @property;

Function DrawBuf.clipRect

returns clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

ref Rect clipRect() @property;

Function DrawBuf.clipRect

returns clipping rectangle, or (0,0,dx,dy) when no clipping.

sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.

Prototype

void clipRect(
  ref const(Rect) rect
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0