C# Class GistForVS.GistForVS

Adornment class that draws a square box in the top right hand corner of the viewport
Exibir arquivo Open project: paulcbetts/GistForVS

Public Methods

Method Description
GistForVS ( IWpfTextView view ) : System

Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer

onSizeChange ( ) : void

Private Methods

Method Description
GistForVS ( ) : System

Method Details

GistForVS() public method

Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer
public GistForVS ( IWpfTextView view ) : System
view IWpfTextView The upon which the adornment will be drawn
return System

onSizeChange() public method

public onSizeChange ( ) : void
return void