ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / RectExtensions Class / Round Method

In This Topic
    Round Method
    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