Specifies the default resolution of images.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public int getImageDpiX () |
RemarksIt is used for conversion between image (pixel) coordinates and document coordinates. Some image formats contain this information and some not. Java has no standard way to obtain it, so this property is used instead. Zero means use default value. The default value is obtained from Toolkit.getScreenResolution.
See Also