ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / BaseOptions Class / SourceRect Property

In This Topic
    SourceRect Property
    In This Topic
    Specifies the source rectangle for encoding.
    Syntax
    'Declaration
     
    Public Property SourceRect As System.Nullable(Of ImageRect)
    public System.Nullable<ImageRect> SourceRect {get; set;}
    See Also