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