Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / ShouldPaintChildren Method
The IVisualShape.


In This Topic
    ShouldPaintChildren Method
    In This Topic
    Should paint the children of the geometryDrawing or not.
    Syntax
    'Declaration
     
    Function ShouldPaintChildren( _
       ByVal geometryDrawing As IVisualShape _
    ) As Boolean
    'Usage
     
    Dim instance As IDrawingContext
    Dim geometryDrawing As IVisualShape
    Dim value As Boolean
     
    value = instance.ShouldPaintChildren(geometryDrawing)
    bool ShouldPaintChildren( 
       IVisualShape geometryDrawing
    )

    Parameters

    geometryDrawing
    The IVisualShape.
    See Also