Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetPictureSourceImageRectangle Method


In This Topic
    GetPictureSourceImageRectangle Method
    In This Topic
    Get boundary of the image source in the picture.
    Syntax
    'Declaration
     
    
    Public Function GetPictureSourceImageRectangle( _
       ByVal pic As Picture _
    ) As Rectangle
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim pic As Picture
    Dim value As Rectangle
     
    value = instance.GetPictureSourceImageRectangle(pic)
    public Rectangle GetPictureSourceImageRectangle( 
       Picture pic
    )

    Parameters

    pic
    See Also