C#
VB
Java
C++
Converts a value from document units to pixels.
public static int DocumentToPixels(
double resolution,
double value
)
Public Shared Function DocumentToPixels(
ByVal resolution As Double,
ByVal value As Double
) As Integer
public:
static int DocumentToPixels(
double resolution,
double value
)
public static int documentToPixels(double resolution, double value)
resolution
The resolution to use.
value
Source value to convert in document units.
The converted value in pixels.
For more information, refer to Documents Library Coordinate System.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET