Search
ItemLabel.setImageSize Method
See Also
 

Sets a size that overrides the native image size.

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

 Syntax

Java  Copy Code

public void setImageSize (
    Dimension2D value
)

 Parameters

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