[]
        
(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
object
Clipper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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 System.Drawing.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

System.Drawing.Rectangle