ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 Nullable(Of ImageRect)
    public Nullable<ImageRect> SourceRect {get; set;}
    See Also