Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / DrawEffects Method
The IVisualShape.
The target region.


In This Topic
    DrawEffects Method
    In This Topic
    Draw the effects of the IVisualShape.
    Syntax
    'Declaration
     
    Sub DrawEffects( _
       ByVal visualElement As IVisualShape, _
       ByVal rect As Rectangle _
    ) 
    'Usage
     
    Dim instance As IDrawingContext
    Dim visualElement As IVisualShape
    Dim rect As Rectangle
     
    instance.DrawEffects(visualElement, rect)
    void DrawEffects( 
       IVisualShape visualElement,
       Rectangle rect
    )

    Parameters

    visualElement
    The IVisualShape.
    rect
    The target region.
    See Also