ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Crop Class / Rectangle Property

In This Topic
    Rectangle Property (Crop)
    In This Topic
    The region to be cropped specified as a vector in the form (left, top, width, height). The units are in DIPs.
    Syntax
    'Declaration
     
    Public Property Rectangle As Vector4
    public Vector4 Rectangle {get; set;}
    Remarks
    The rectangle will be truncated if it overlaps the edge boundaries of the input image.
    See Also