Property | Type | Description | |
---|---|---|---|
paths | List |
Method | Description | |
---|---|---|
Draw ( |
||
SyntaxToPath ( string PathSyntax ) : |
||
Watermark ( string FilePath, float TargetSize ) : System |
Load a watermark from paths, and scale to the target size
|
Method | Description | |
---|---|---|
GetPointStr ( string x, string y ) : |
||
GetPointStrOff ( string x, string y, |
||
LoadPaths ( ) : void |
Load a set of paths. This should be re-written to load from a file.
|
|
LoadPathsFromXAML ( string filepath ) : void | ||
ProcessLine ( string line ) : void | ||
ScaleAndFlatten ( float TargetSize ) : void |
Resize and reduce to lines (trading extra memory size for better rendering speed)
|
|
Tokenize ( string PathSyntax ) : List |
||
p2s ( |
public SyntaxToPath ( string PathSyntax ) : |
||
PathSyntax | string | |
return |
public Watermark ( string FilePath, float TargetSize ) : System | ||
FilePath | string | |
TargetSize | float | Minimum dimension. Watermark is scaled so that either height or width is /// equal to this size. Aspect is maintained. |
return | System |