Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / Clip Property


In This Topic
    Clip Property (GdiPlusDrawingContext)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Clip As Rectangle
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim value As Rectangle
     
    instance.Clip = value
     
    value = instance.Clip
    public Rectangle Clip {get; set;}
    See Also