SnapPixel

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Properties >

SnapPixel

public Byte SnapPixel {get; set;}

 

value:        

 The mouse point will be capture to the grid when the pixels low than this value between mouse point and nearest grid. It can not big than GridWidth or GridHeight.

 

Example:

 myCAD1.Snap = true;

 

See also:

 SnapPixel