Click or drag to resize

mxUtilsTranslatePoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new list of new points obtained by translating the points in the given list by the given vector. Elements that are not mxPoints are added to the result as-is.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static List<mxPoint> TranslatePoints(
	List<mxPoint> pts,
	double dx,
	double dy
)
Request Example View Source

Parameters

pts
Type: System.Collections.GenericListmxPoint
dx
Type: SystemDouble
dy
Type: SystemDouble

Return Value

Type: ListmxPoint
See Also