GetRoundBorderClipping Method (RenderShapeFragment)
 
            
                In This Topic
            
            Retures GraphicsPath object representing the rounded object's border, if border is not rounded returns nil.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Sub GetRoundBorderClipping( _
   ByVal  As Graphics, _
   ByVal  As Rectangle, _
   ByVal  As OffsetsI, _
   ByVal  As DrawingFlagsEnum, _
   ByRef  As GraphicsPath, _
   ByRef  As IntPtr _
) 
             
        
            
            protected void GetRoundBorderClipping( 
   Graphics ,
   Rectangle ,
   OffsetsI ,
   DrawingFlagsEnum ,
   out GraphicsPath ,
   out IntPtr 
)
             
        
             
        
            Parameters
- graphics
 
- The graphics to use.
 - outerRect
 
- Outer rectangle of borders.
 - borders
 
- Sizes of borders.
 - drawingFlags
 
- Whether to use GDI drawing.
 - clipPath
 
- OUT: clip path.
 - clipRegion
 
- OUT: clip region.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also