PDFCCurveToOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the c (curve to) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFCCurveToOperator
Constructors¶
PDFCCurveToOperator()¶
Initializes a new PDFCCurveToOperator object.
PDFCCurveToOperator(Double, Double, Double, Double, Double, Double)¶
Initializes a new PDFCCurveToOperator object.
Parameters
x1 Double
The X coordinate of the first control point.
y1 Double
The Y coordinate of the first control point.
x2 Double
The X coordinate of the second control point.
y2 Double
The Y coordinate of the second control point.
x3 Double
The X coordinate of the third control point.
y3 Double
The Y coordinate of the third control point.
Properties¶
Context¶
Gets the content stream container from which the operator is extracted.
Property Value
PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.
X1¶
Gets or sets the X coordinate of the first control point.
Property Value
Double
The X coordinate of the first control point.
X2¶
Gets or sets the X coordinate of the second control point.
Property Value
Double
The X coordinate of the second control point.
X3¶
Gets or sets the X coordinate of the third control point.
Property Value
Double
The X coordinate of the third control point.
Y1¶
Gets or sets the Y coordinate of the first control point.
Property Value
Double
The Y coordinate of the first control point.
Y2¶
Gets or sets the Y coordinate of the second control point.
Property Value
Double
The Y coordinate of the second control point.
Y3¶
Gets or sets the Y coordinate of the third control point.
Property Value
Double
The Y coordinate of the third control point.