Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / SourceRect Property


In This Topic
    SourceRect Property
    In This Topic
    as percentage
    Syntax
    'Declaration
     
    
    Public Property SourceRect As Rectangle
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Rectangle
     
    instance.SourceRect = value
     
    value = instance.SourceRect
    public Rectangle SourceRect {get; set;}
    See Also