[]
Produces a clipped version of the bitmap for a specified rectangular region of interest.
public class Clipper : BaseTransform
Initializes a new instance of the Clipper class.
public Clipper()
Initializes a new instance of the Clipper class.
public Clipper(Rectangle imageRect)
imageRect
System.Drawing.RectangleThe rectangle of the bitmap to clip.
Gets or sets the rectangle of the bitmap to clip.
public Rectangle ImageRect { get; set; }