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


In This Topic
    SourceImage Property
    In This Topic
    The source image of the cropping picture.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceImage As Picture
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Picture
     
    value = instance.SourceImage
    public Picture SourceImage {get;}
    See Also