Click or drag to resize
BitmapTransformCoordToPixel Method (Int32, Int32, Double, Double)

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void CoordToPixel(
	ref int pX,
	ref int pY,
	double cX,
	double cY
)

Parameters

pX
Type: SystemInt32
pY
Type: SystemInt32
cX
Type: SystemDouble
cY
Type: SystemDouble
See Also