All types
|
All members
RT.Geometry
RT.Geometry
Arc
D
Bounding
Box
D
Circle
D
Decode
Svg
Path
DecodePieces
(
svg
Path
)
Do
(
pieces
,
smoothness
)
Do
(
svg
Path
,
smoothness
)
Path
Piece
Path
Piece
(
type
,
points
)
Select
(
selector
)
ToString
()
ToString
(
use
Spaces
)
ToString
(
decimal
Places
,
use
Spaces
)
Points
Type
End
Path
Piece
Arc
Path
Piece
Type
Edge
D
Geom
Ut
Intersect
Point
D
Polygon
D
Rectangle
D
Triangle
D
Triangulate
Voronoi
Diagram
Voronoi
Diagram
Flags
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.Modeling
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
RT.Xml
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Nested class:
RT.Geometry.
DecodeSvgPath.PathPiece
Assembly:
RT.Geometry, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Geometry
Declared in:
RT.Geometry.
DecodeSvgPath
Show inherited types...
Inherits from:
object
Show derived types...
Derived types:
RT.Geometry.
DecodeSvgPath
.
PathPieceArc
Summary
Encapsulates a piece of SVG path data.
Constructors
PathPiece
(
DecodeSvgPath
.
PathPieceType
type
,
params PointD[]
points
)
Constructor.
Instance methods
DecodeSvgPath
.
PathPiece
Select
(
Func<
PointD
,
PointD
>
selector
)
Virtual
Returns a new
DecodeSvgPath
.
PathPiece
of the same
DecodeSvgPath
.
PathPieceType
in which all points have been mapped through the
selector
.
string
ToString
()
Overrides:
object
.
ToString
()
Sealed
Recreates the path in SVG path data syntax.
string
ToString
(
bool
useSpaces
)
Virtual
Recreates the path in SVG path data syntax.
string
ToString
(
int
decimalPlaces
,
bool
useSpaces
= false
)
Virtual
Instance properties
PointD[]
Points
The set of points associated with this piece.
DecodeSvgPath
.
PathPieceType
Type
The type of piece (straight line, curve, etc.)
Static fields
DecodeSvgPath
.
PathPiece
End
Designates the end of a path or subpath.