C# 클래스 CrossUI.Drawing.BoundsTrackingDrawingTarget

상속: IGeometryFigures, IDrawingElements, IReportingTarget, ITextMeasurements, IDrawingTargetBitmap
파일 보기 프로젝트 열기: pragmatrix/CrossUI 1 사용 예제들

공개 메소드들

메소드 설명
Arc ( Rectangle rectangle, double start, double stop ) : void
Bezier ( CubicBezier bezier ) : void
Create ( IDrawingBackend backend, BoundsTracker boundsTracker ) : IDrawingTarget
Ellipse ( Rectangle rectangle ) : void
Geometry ( IGeometry geometry ) : void
Line ( Point p1, Point p2 ) : void
MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize
Polygon ( Point points ) : void
Rectangle ( Rectangle rectangle ) : void
Report ( string text ) : void
RoundedRectangle ( Rectangle rectangle, Size cornerRadius ) : void
Text ( string text, Rectangle rectangle ) : void

비공개 메소드들

메소드 설명
BoundsTrackingDrawingTarget ( BoundsTracker tracker ) : System

메소드 상세

Arc() 공개 메소드

public Arc ( Rectangle rectangle, double start, double stop ) : void
rectangle Rectangle
start double
stop double
리턴 void

Bezier() 공개 메소드

public Bezier ( CubicBezier bezier ) : void
bezier CubicBezier
리턴 void

Create() 공개 정적인 메소드

public static Create ( IDrawingBackend backend, BoundsTracker boundsTracker ) : IDrawingTarget
backend IDrawingBackend
boundsTracker BoundsTracker
리턴 IDrawingTarget

Ellipse() 공개 메소드

public Ellipse ( Rectangle rectangle ) : void
rectangle Rectangle
리턴 void

Geometry() 공개 메소드

public Geometry ( IGeometry geometry ) : void
geometry IGeometry
리턴 void

Line() 공개 메소드

public Line ( Point p1, Point p2 ) : void
p1 Point
p2 Point
리턴 void

MeasureText() 공개 메소드

public MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize
text string
maxWidth double
maxHeight double
리턴 TextSize

Polygon() 공개 메소드

public Polygon ( Point points ) : void
points Point
리턴 void

Rectangle() 공개 메소드

public Rectangle ( Rectangle rectangle ) : void
rectangle Rectangle
리턴 void

Report() 공개 메소드

public Report ( string text ) : void
text string
리턴 void

RoundedRectangle() 공개 메소드

public RoundedRectangle ( Rectangle rectangle, Size cornerRadius ) : void
rectangle Rectangle
cornerRadius Size
리턴 void

Text() 공개 메소드

public Text ( string text, Rectangle rectangle ) : void
text string
rectangle Rectangle
리턴 void