C# 클래스 Core2D.Path.XPathGeometryContext

Path geometry context.
상속: XGeometryContext
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
ArcTo ( XPoint point, XPathSize size, double rotationAngle = 0.0, bool isLargeArc = false, XSweepDirection sweepDirection = XSweepDirection.Clockwise, bool isStroked = true, bool isSmoothJoin = true ) : void
BeginFigure ( XPoint startPoint, bool isFilled = true, bool isClosed = true ) : void
CubicBezierTo ( XPoint point1, XPoint point2, XPoint point3, bool isStroked = true, bool isSmoothJoin = true ) : void
LineTo ( XPoint point, bool isStroked = true, bool isSmoothJoin = true ) : void
PolyCubicBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
PolyLineTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
PolyQuadraticBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
QuadraticBezierTo ( XPoint point1, XPoint point2, bool isStroked = true, bool isSmoothJoin = true ) : void
SetClosedState ( bool isClosed ) : void
XPathGeometryContext ( XPathGeometry geometry ) : System

Initializes a new instance of the XPathGeometryContext class.

메소드 상세

ArcTo() 공개 메소드

public ArcTo ( XPoint point, XPathSize size, double rotationAngle = 0.0, bool isLargeArc = false, XSweepDirection sweepDirection = XSweepDirection.Clockwise, bool isStroked = true, bool isSmoothJoin = true ) : void
point Core2D.Shapes.XPoint
size XPathSize
rotationAngle double
isLargeArc bool
sweepDirection XSweepDirection
isStroked bool
isSmoothJoin bool
리턴 void

BeginFigure() 공개 메소드

public BeginFigure ( XPoint startPoint, bool isFilled = true, bool isClosed = true ) : void
startPoint Core2D.Shapes.XPoint
isFilled bool
isClosed bool
리턴 void

CubicBezierTo() 공개 메소드

public CubicBezierTo ( XPoint point1, XPoint point2, XPoint point3, bool isStroked = true, bool isSmoothJoin = true ) : void
point1 Core2D.Shapes.XPoint
point2 Core2D.Shapes.XPoint
point3 Core2D.Shapes.XPoint
isStroked bool
isSmoothJoin bool
리턴 void

LineTo() 공개 메소드

public LineTo ( XPoint point, bool isStroked = true, bool isSmoothJoin = true ) : void
point Core2D.Shapes.XPoint
isStroked bool
isSmoothJoin bool
리턴 void

PolyCubicBezierTo() 공개 메소드

public PolyCubicBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
points ImmutableArray
isStroked bool
isSmoothJoin bool
리턴 void

PolyLineTo() 공개 메소드

public PolyLineTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
points ImmutableArray
isStroked bool
isSmoothJoin bool
리턴 void

PolyQuadraticBezierTo() 공개 메소드

public PolyQuadraticBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void
points ImmutableArray
isStroked bool
isSmoothJoin bool
리턴 void

QuadraticBezierTo() 공개 메소드

public QuadraticBezierTo ( XPoint point1, XPoint point2, bool isStroked = true, bool isSmoothJoin = true ) : void
point1 Core2D.Shapes.XPoint
point2 Core2D.Shapes.XPoint
isStroked bool
isSmoothJoin bool
리턴 void

SetClosedState() 공개 메소드

public SetClosedState ( bool isClosed ) : void
isClosed bool
리턴 void

XPathGeometryContext() 공개 메소드

Initializes a new instance of the XPathGeometryContext class.
public XPathGeometryContext ( XPathGeometry geometry ) : System
geometry XPathGeometry
리턴 System