All types
|
All members
RT.Util.Core
RT.KitchenSink
Channel
<T>
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
Rate
Calculator
Value
Stat
Value
Stat
Dec
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
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.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Nested class:
RT.KitchenSink.
DecodeSvgPath.PathPiece
Assembly:
RT.Util.Core, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.KitchenSink
Declared in:
RT.KitchenSink.
DecodeSvgPath
Show inherited types...
Inherits from:
object
Show derived types...
Derived types:
RT.KitchenSink.
DecodeSvgPath
.
PathPieceArc
Summary
Encapsulates a piece of SVG path data.
Constructors
PathPiece
(
DecodeSvgPath
.
PathPieceType
type
,
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.