Example #1
0
 /// <summary>
 ///  SnapLine constructor that takes the type, offset, filter, and priority of the SnapLine.
 /// </summary>
 public SnapLine(SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     SnapLineType = type;
     Offset       = offset;
     Filter       = filter;
     Priority     = priority;
 }
Example #2
0
 public SnapLine(SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     this.type     = type;
     this.offset   = offset;
     this.filter   = filter;
     this.priority = priority;
 }
 public SnapLine(System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     this.type = type;
     this.offset = offset;
     this.filter = filter;
     this.priority = priority;
 }
Example #4
0
		public SnapLine (SnapLineType type, int offset, string filter, SnapLinePriority priority)
		{
			this.type =type;
			this.offset = offset;
			this.filter = filter;
			this.priority = priority;
		}
 public SnapLine(System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     this.type     = type;
     this.offset   = offset;
     this.filter   = filter;
     this.priority = priority;
 }
Example #6
0
 /// <summary>
 ///     SnapLine constructor that takes the type, offset, filter, and priority of the SnapLine.
 /// </summary>
 public SnapLine(SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     throw new NotImplementedException(SR.NotImplementedByDesign);
 }
Example #7
0
 /// <summary>
 ///     SnapLine constructor that takes the type, offset, and priority of SnapLine.
 /// </summary>
 public SnapLine(SnapLineType type, int offset, SnapLinePriority priority) : this(type, offset, null, priority)
 {
 }
Example #8
0
		public SnapLine (SnapLineType type, int offset, SnapLinePriority priority)
			: this (type, offset, null, priority)
		{
		}
 public SnapLine(SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
 }
 public SnapLine(SnapLineType type, int offset, SnapLinePriority priority)
 {
 }
Example #11
0
 public SnapLine(SnapLineType type, int offset, string filter, SnapLinePriority priority)
 {
     throw null;
 }
Example #12
0
 public SnapLine(SnapLineType type, int offset, SnapLinePriority priority)
 {
     throw null;
 }
 public SnapLine(SnapLineType type, int offset, SnapLinePriority priority)
 {
 }
 public SnapLine(System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, SnapLinePriority priority)
     : this(type, offset, null, priority)
 {
 }
 public SnapLine(System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, SnapLinePriority priority) : this(type, offset, null, priority)
 {
 }