TransformTransformVector Method
|
Transforms the specified point without
translation and returns the result.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Point TransformVector(
Point point
)
Public Function TransformVector (
point As Point
) As Point
member TransformVector :
point : Point -> Point
Parameters
- point
- Type: WebSupergoo.WordGlue4Point
The point to transform.
Return Value
Type:
Point
The result of transformation.
See Also