[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.Clipper

Class Clipper

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Produces a clipped version of the bitmap for a specified rectangular region of interest.

public class Clipper : BaseTransform
Inheritance
Clipper
Inherited Members

Constructors

Clipper()

Initializes a new instance of the Clipper class.

public Clipper()

Clipper(Rectangle)

Initializes a new instance of the Clipper class.

public Clipper(Rectangle imageRect)

Parameters

imageRect Rectangle

The rectangle of the bitmap to clip.

Properties

ImageRect

Gets or sets the rectangle of the bitmap to clip.

public Rectangle ImageRect { get; set; }

Property Value

Rectangle