Search
ItemLabel.getImageSize Method
See Also
 

Gets a size that overrides the native image size.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Dimension2D getImageSize ()

 Return Value

A Dimension2D instance.

 Remarks

By default, Image is rendered using bitmap's intrinsic size. Set this value to increase or reduce the size of the rendered image.

 See Also