示例#1
0
文件: EventArgs.cs 项目: Zexks/QLite
 public VisualMarkerEventArgs(Style style, StyleVisualMarker marker, MouseEventArgs args)
     : base(args.Button, args.Clicks, args.X, args.Y, args.Delta)
 {
     this.Style = style;
     this.Marker = marker;
 }
示例#2
0
 public StyleVisualMarker(Rectangle rectangle, Style style)
     : base(rectangle)
 {
     this.Style = style;
 }