ColorPt Constructor (Double, Double, Double, Double) |
Instantiates a new ColorPt object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorPt(
double x,
double y,
double z,
double w
)
Public Sub New (
x As Double,
y As Double,
z As Double,
w As Double
)
public:
ColorPt(
[InAttribute] double x,
[InAttribute] double y,
[InAttribute] double z,
[InAttribute] double w
)
pdftron.PDF.ColorPt = function(x, y, z, w);
Parameters
- x
- Type: SystemDouble
the x
- y
- Type: SystemDouble
the y
- z
- Type: SystemDouble
the z
- w
- Type: SystemDouble
the w
See Also