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


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