[]
PDF "l" operator. Append a straight line segment from the current point to the point (x, y).
public class LineTo : OperatorBase
Public Class LineTo
Inherits OperatorBase
| Name | Description |
|---|---|
| LineTo(float, float) | Initializes a new instance of the LineTo class. |
| Name | Description |
|---|---|
| X | The X coordinate of point. |
| Y | The Y coordinate of point. |
| Name | Description |
|---|---|
| Desc | Gets the operator's description. |
| Name | Gets the operator's PDF name. |
| Name | Description |
|---|---|
| IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |