C# 클래스 dnSpy.Hex.Editor.ColumnLineSeparatorService.LineElement

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

공개 메소드들

메소드 설명
LineElement ( LineElementKind kind, double x, double top, double bottom, System.Windows.Media.Pen pen ) : System

보호된 메소드들

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

메소드 상세

LineElement() 공개 메소드

public LineElement ( LineElementKind kind, double x, double top, double bottom, System.Windows.Media.Pen pen ) : System
kind LineElementKind
x double
top double
bottom double
pen System.Windows.Media.Pen
리턴 System

OnRender() 보호된 메소드

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