Enables the display of helper lines over the image.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum GridKind
Public Enumeration GridKind
public enum class GridKind
Members
Member | Value | Description |
---|---|---|
None | 0 |
No guide lines are shown
|
PixelGrid | 1 |
A grid is shown marking each pixel when the image is zoomed in (e.g. for pixel editing in an image editor)
|
GuideLines | 2 |
Guide lines are shown horizontally and vertically over the image (e.g. to help align objects when rotating)
|