java.lang.Object
com.aspose.diagram.SnapSettings
public class SnapSettings
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Snap to nothing. | ||
static final int | RULER_SUBDIVISIONS | |
| Snap to ruler subdivisions. | ||
static final int | GRID | |
| Snap to grid. | ||
static final int | GUIDES | |
| Snap to guides. | ||
static final int | HANDLES | |
| Snap to selection handles. | ||
static final int | VERTICES | |
| Snap to vertices. | ||
static final int | CONNECTION_POINTS | |
| Snap to connection points. | ||
static final int | GEOMETRY | |
| Snap to the visible edges of shapes. | ||
static final int | ALIGNMENT_BOX | |
| Snap to alignment box. | ||
static final int | EXTENSIONS | |
| Snap to shape extensions options. | ||
static final int | DISABLED | |
| Snap disabled. | ||
static final int | INTERSECTIONS | |
| Snap to intersections. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
RULER_SUBDIVISIONS | |
public static final int RULER_SUBDIVISIONS | |
GRID | |
public static final int GRID | |
GUIDES | |
public static final int GUIDES | |
HANDLES | |
public static final int HANDLES | |
VERTICES | |
public static final int VERTICES | |
CONNECTION_POINTS | |
public static final int CONNECTION_POINTS | |
GEOMETRY | |
public static final int GEOMETRY | |
ALIGNMENT_BOX | |
public static final int ALIGNMENT_BOX | |
EXTENSIONS | |
public static final int EXTENSIONS | |
DISABLED | |
public static final int DISABLED | |
INTERSECTIONS | |
public static final int INTERSECTIONS | |
UNDEFINED | |
public static final int UNDEFINED | |