C# 클래스 GistForVS.GistForVS

Adornment class that draws a square box in the top right hand corner of the viewport
파일 보기 프로젝트 열기: paulcbetts/GistForVS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GistForVS ( ) : System

메소드 상세

GistForVS() 공개 메소드

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
리턴 System

onSizeChange() 공개 메소드

public onSizeChange ( ) : void
리턴 void