C# 클래스 LayoutFarm.Svg.SvgRect

상속: SvgVisualElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
Paint ( PaintVisitor p ) : void
ReEvaluateComputeValue ( ReEvaluateArgs &args ) : void
SvgRect ( SvgRectSpec rectSpec, object controller ) : System

비공개 메소드들

메소드 설명
CreateRectGraphicPath ( float x, float y, float w, float h ) : GraphicsPath
CreateRoundRectGraphicPath ( float x, float y, float w, float h, float c_rx, float c_ry ) : GraphicsPath

메소드 상세

HitTestCore() 공개 메소드

public HitTestCore ( SvgHitChain svgChain, float x, float y ) : bool
svgChain SvgHitChain
x float
y float
리턴 bool

Paint() 공개 메소드

public Paint ( PaintVisitor p ) : void
p LayoutFarm.HtmlBoxes.PaintVisitor
리턴 void

ReEvaluateComputeValue() 공개 메소드

public ReEvaluateComputeValue ( ReEvaluateArgs &args ) : void
args ReEvaluateArgs
리턴 void

SvgRect() 공개 메소드

public SvgRect ( SvgRectSpec rectSpec, object controller ) : System
rectSpec SvgRectSpec
controller object
리턴 System