ColorPtSet Method (Double, Double) |
Sets the.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
double x,
double y
)
Public Sub Set (
x As Double,
y As Double
)
public:
virtual void Set(
[InAttribute] double x,
[InAttribute] double y
) sealed
Parameters
- x
- Type: SystemDouble
the x
- y
- Type: SystemDouble
the y
See Also