TransformTransformPoints Method
|
Transforms the specified points
in-place.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void TransformPoints(
Point[] pts
)
Public Sub TransformPoints (
pts As Point()
)
member TransformPoints :
pts : Point[] -> unit
Parameters
- pts
- Type: WebSupergoo.WordGlue4Point
The points to transform.
See Also