Page 1 of 1

Clipping region in graphics

Posted: 09 Jul 2015, 10:57
by PetrS
size=150Clipping region in graphics/size
Version 13.400.80+

One of the properties of the Graphics class is the clip region. All drawing done by a given Graphics object is restricted to the clip region of that Graphics object. You can set the clip region by calling the SetClip method.

Call SetClip to set the rectangular clipping region of the Graphics.
Call ResetClip to reset clipping region (= set to infinite).

buSyntax:/u/b
list
*SetClip(PointD Pt1, PointD Pt2)/*:m
*SetClip(double X1, double Y1, double X2, double Y2)/*:m
*ResetClip()/*:m/list:u