Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / SourceImageRect Property


In This Topic
    SourceImageRect Property
    In This Topic
    Gets or sets the boundary of source image of the picture.
    Syntax
    'Declaration
     
    
    Public Property SourceImageRect As Rectangle
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Rectangle
     
    instance.SourceImageRect = value
     
    value = instance.SourceImageRect
    public Rectangle SourceImageRect {get; set;}
    See Also