[]
PDF "m" operator. Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. If the previous path construction operator in the current path was also m, the new m overrides it; no vestige of the previous m operation remains in the path.
public class MoveTo : OperatorBase
Public Class MoveTo
Inherits OperatorBase
Name | Description |
---|---|
MoveTo(float, float) | Initializes a new instance of the MoveTo class. |
Name | Description |
---|---|
IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |