TransformTransformPoint Method
|
Transforms the specified point 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 TransformPoint(
Point point
)
Public Function TransformPoint (
point As Point
) As Point
member TransformPoint :
point : Point -> Point
Parameters
- point
- Type: WebSupergoo.WordGlue4Point
The point to transform.
Return Value
Type:
Point
The result of transformation.
See Also