Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / Utility Class / UpdateMinMax Method / UpdateMinMax<T>(Transformation,IList<T>,Int32,Point2D,Point2D) Method

In This Topic
    UpdateMinMax<T>(Transformation,IList<T>,Int32,Point2D,Point2D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UpdateMinMax(Of T As IVertex)( _
       ByVal transform As Transformation, _
       ByVal points As IList(Of T), _
       ByVal count As Integer, _
       ByVal min As Point2D, _
       ByVal max As Point2D _
    ) 
    public static void UpdateMinMax<T>( 
       Transformation transform,
       IList<T> points,
       int count,
       Point2D min,
       Point2D max
    )
    where T: IVertex

    Parameters

    transform
    points
    count
    min
    max

    Type Parameters

    T
    See Also