'Declaration Public Overloads Sub UnitsToPixels( _
ByRef pointProvides point, in the PDF page's coordinate space, to convert; returns the converted point, in the image's coordinate space.As System.Drawing.PointF, _
ByVal imageResolutionResolution of the image coordinate space.As Vintasoft.Imaging.Resolution _
)
public void UnitsToPixels(
ref System.Drawing.PointF point,
Vintasoft.Imaging.Resolution imageResolution
)
public: void UnitsToPixels(
ref System.Drawing.PointF point,
Vintasoft.Imaging.Resolution imageResolution
)
public:
void UnitsToPixels(
System.Drawing.PointF% point,
Vintasoft.Imaging.Resolution imageResolution
)
Parameters
- point
- Provides point, in the PDF page's coordinate space, to convert; returns the converted point, in the image's coordinate space.
- imageResolution
- Resolution of the image coordinate space.