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


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