Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / PictureOffsetX Property


In This Topic
    PictureOffsetX Property
    In This Topic
    Gets or sets the x-axis offset of the image that is to be cropped.
    Syntax
    'Declaration
     
    
    Property PictureOffsetX As Integer
    'Usage
     
    
    Dim instance As ICrop
    Dim value As Integer
     
    instance.PictureOffsetX = value
     
    value = instance.PictureOffsetX
    int PictureOffsetX {get; set;}

    Property Value

    The x-axis offset of the image that is to be cropped.
    See Also