ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / Clipper Class / Clipper Constructor / Clipper Constructor(ImageRect)
The rectangle of the bitmap to clip.

In This Topic
    Clipper Constructor(ImageRect)
    In This Topic
    Initializes a new instance of the Clipper class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal imageRect As ImageRect _
    )
    public Clipper( 
       ImageRect imageRect
    )

    Parameters

    imageRect
    The rectangle of the bitmap to clip.
    See Also