IOperatorSelectorVisit Method (CurveTo2) |
Visit/select y operator.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
SyntaxSub Visit (
y As CurveTo2
)
void Visit(
CurveTo2^ y
)
abstract Visit :
y : CurveTo2 -> unit
Parameters
- y
- Type: Aspose.Pdf.OperatorsCurveTo2
Append curved segment to path operator (final point replicated).
See Also