ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / RectExtensions Class / Round Method

In This Topic
    Round Method (RectExtensions)
    In This Topic
    Rounds the coordinates and size of the rectangle.
    Syntax
    'Declaration
     
    Public Shared Function Round( _
       ByVal rect As Rect, _
       ByVal digits As Integer _
    ) As Rect
    public static Rect Round( 
       Rect rect,
       int digits
    )

    Parameters

    rect
    digits
    See Also