ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / GetShadowLinePosition Method

In This Topic
    GetShadowLinePosition Method
    In This Topic
    Get shadow line's position.
    Syntax
    'Declaration
     
    Public Sub GetShadowLinePosition( _
       ByVal borderEdges As BorderEdges, _
       ByVal borderRect As RectangleF, _
       ByVal pageScale As Single, _
       ByRef shadowStart As PointF, _
       ByRef shadowEnd As PointF _
    ) 
    public void GetShadowLinePosition( 
       BorderEdges borderEdges,
       RectangleF borderRect,
       float pageScale,
       out PointF shadowStart,
       out PointF shadowEnd
    )

    Parameters

    borderEdges
    borderRect
    pageScale
    shadowStart
    shadowEnd
    See Also