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


In This Topic
    GetPaintingPictureSourceImageRectangle Method
    In This Topic
    Get boundary of the image source in the picture for painting.
    Syntax
    'Declaration
     
    
    Public Function GetPaintingPictureSourceImageRectangle( _
       ByVal pic As Picture, _
       Optional ByVal isRightToLeft As Boolean _
    ) As Rectangle
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim pic As Picture
    Dim isRightToLeft As Boolean
    Dim value As Rectangle
     
    value = instance.GetPaintingPictureSourceImageRectangle(pic, isRightToLeft)
    public Rectangle GetPaintingPictureSourceImageRectangle( 
       Picture pic,
       bool isRightToLeft
    )

    Parameters

    pic
    isRightToLeft
    See Also