DroidDiagram Programmer's Guide
DiagramBuilder.bounds Method
See Also
 






Sets the bounds of the scrollable area of the diagram.

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

 Syntax

Java  Copy Code

public DiagramBuilder bounds (
    RectF value
)

 Parameters

value

A RectF object representing the document scrollable region.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace