C# Class NetIde.Core.ToolWindows.DiffViewer.DiffEditorControl.MarkerButton

显示文件 Open project: netide/netide

Public Methods

Method Description
Draw ( ViewPort viewPort, PaintEventArgs e, int height ) : void
MarkerButton ( DiffEditorButtonType type, Rectangle bounds ) : System

Method Details

Draw() public method

public Draw ( ViewPort viewPort, PaintEventArgs e, int height ) : void
viewPort ViewPort
e PaintEventArgs
height int
return void

MarkerButton() public method

public MarkerButton ( DiffEditorButtonType type, Rectangle bounds ) : System
type DiffEditorButtonType
bounds System.Drawing.Rectangle
return System