C# 클래스 dnSpy.Hex.Editor.ActiveColumnHighlighterService.RectangleElement

상속: UIElement
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
RectangleElement ( HexColumnType column, Rect rect, System.Windows.Media.Brush brush, System.Windows.Media.Pen pen ) : System

보호된 메소드들

메소드 설명
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

메소드 상세

OnRender() 보호된 메소드

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
리턴 void

RectangleElement() 공개 메소드

public RectangleElement ( HexColumnType column, Rect rect, System.Windows.Media.Brush brush, System.Windows.Media.Pen pen ) : System
column HexColumnType
rect System.Windows.Rect
brush System.Windows.Media.Brush
pen System.Windows.Media.Pen
리턴 System