'Declaration Public Shared Function _transformPoints( _ ByVal matrix As IMatrix, _ ByVal points As List(Of IPoint) _ ) As List(Of IPoint)
public static List<IPoint> _transformPoints( IMatrix matrix, List<IPoint> points )
Parameters
- matrix
- points
'Declaration Public Shared Function _transformPoints( _ ByVal matrix As IMatrix, _ ByVal points As List(Of IPoint) _ ) As List(Of IPoint)
public static List<IPoint> _transformPoints( IMatrix matrix, List<IPoint> points )