DroidDiagram Programmer's Guide
Diagram.getGridOffsetX Method
See Also
 






Gets the horizontal offset of the first point of the alignment grid.

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

 Syntax

Java  Copy Code

public float getGridOffsetX ()

 Return Value

A float value that specifies the horizontal grid offset.

 Remarks

The property specifies the offset of the first point of the alignment grid. The default value NaN makes the grid start at offset GridSizeX / 2.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
getShowGrid Method
getGridOffsetY Method
getMeasureUnit Method