Type alias TCanvasShapeEllipseSymbol
TCanvasShapeEllipseSymbol: TSymbol & { beginDecoration?: string; beginTangentAngle: number; centerPoint: TPoint; endDecoration?: string; endTangentAngle: number; maxRadius: number; minRadius: number; orientation: number; startAngle: number; sweepAngle: number; } Type declaration
Optional
beginDecoration?: string
beginTangentAngle: number
centerPoint: TPoint
Optional
endDecoration?: string
endTangentAngle: number
maxRadius: number
minRadius: number
orientation: number
startAngle: number
sweepAngle: number