Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / PlanarShadowBase Class / Draw Method

In This Topic
    Draw Method (PlanarShadowBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub Draw( _
       ByVal context As RenderContextBase, _
       ByVal opacity As Double, _
       ByVal shadowPlane As Plane, _
       ByVal sceneTransform As Transformation, _
       ByVal globalMin As Point3D, _
       ByVal globalMax As Point3D _
    ) 
    protected internal virtual void Draw( 
       RenderContextBase context,
       double opacity,
       Plane shadowPlane,
       Transformation sceneTransform,
       Point3D globalMin,
       Point3D globalMax
    )

    Parameters

    context
    opacity
    shadowPlane
    sceneTransform
    globalMin
    globalMax
    See Also