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