Method | Description | |
---|---|---|
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
CreatePathSegment ( char command, SvgPathSegmentList segments, List |
||
Parse ( string path ) : SvgPathSegmentList |
Parses the specified string into a collection of path segments.
|
Method | Description | |
---|---|---|
ParseCoordinates ( string coords ) : IEnumerable |
||
Reflect ( |
||
SplitCommands ( string path ) : IEnumerable |
||
ToAbsolute ( float x, float y, SvgPathSegmentList segments, bool isRelativeBoth ) : |
Creates point with absolute coorindates.
|
|
ToAbsolute ( float x, float y, SvgPathSegmentList segments, bool isRelativeX, bool isRelativeY ) : |
Creates point with absolute coorindates.
|
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
return | object |
public static CreatePathSegment ( char command, SvgPathSegmentList segments, List |
||
command | char | |
segments | SvgPathSegmentList | |
coords | List |
|
isRelative | bool | |
return | void |
public static Parse ( string path ) : SvgPathSegmentList | ||
path | string | A |
return | SvgPathSegmentList |