Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / DrawVisualShape Method
The geometry shape.


In This Topic
    DrawVisualShape Method
    In This Topic
    Draws the specified IVisualShape object.
    Syntax
    'Declaration
     
    Sub DrawVisualShape( _
       ByVal visualShape As IVisualShape, _
       ByVal rect As Rectangle _
    ) 
    'Usage
     
    Dim instance As IDrawingContext
    Dim visualShape As IVisualShape
    Dim rect As Rectangle
     
    instance.DrawVisualShape(visualShape, rect)
    void DrawVisualShape( 
       IVisualShape visualShape,
       Rectangle rect
    )

    Parameters

    visualShape
    The geometry shape.
    rect
    See Also