Enables the display of helper lines over the image.

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
None0
No guide lines are shown
PixelGrid1
A grid is shown marking each pixel when the image is zoomed in (e.g. for pixel editing in an image editor)
GuideLines2
Guide lines are shown horizontally and vertically over the image (e.g. to help align objects when rotating)

See Also