Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / ClipX Property


In This Topic
    ClipX Property
    In This Topic
    Gets or sets the x-axis coordinate of the top left corner of the source image sub-rectangle to draw into the destination context.
    Syntax
    'Declaration
     
    
    Public Property ClipX As Integer
    'Usage
     
    
    Dim instance As WebImage
    Dim value As Integer
     
    instance.ClipX = value
     
    value = instance.ClipX
    public int ClipX {get; set;}
    See Also