Enables the display of helper lines over the image.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public enum GridKind
Public Enumeration GridKind
public enum class GridKind
 Members
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)
             | 


























