Method | Description | |
---|---|---|
Combine ( Shape sourcePath, Shape destinationPath, CombinationOperation operation, float tolerance ) : Shape | ||
Contains ( Shape path, Point point, float tolerance ) : bool | ||
CreateDistanceField ( Shape path, Size resolution, float tolerance ) : Canvas | ||
DeterminePoint ( Shape path, float length, Point &tangentVector, float tolerance ) : Point | ||
DeterminePoint ( Shape path, float length, float tolerance ) : Point | ||
MeasureArea ( Shape path, float tolerance ) : float | ||
MeasureLength ( Shape path, float tolerance ) : float | ||
MeasureRegion ( Shape path ) : Rectangle | ||
Simplify ( Shape path, float tolerance ) : Shape | ||
Tessellate ( Shape path, ITessellationSink sink, float tolerance ) : void | ||
Widen ( Shape path, float width, float tolerance ) : Shape |
public Combine ( Shape sourcePath, Shape destinationPath, CombinationOperation operation, float tolerance ) : Shape | ||
sourcePath | Shape | |
destinationPath | Shape | |
operation | CombinationOperation | |
tolerance | float | |
return | Shape |
public Contains ( Shape path, Point point, float tolerance ) : bool | ||
path | Shape | |
point | Point | |
tolerance | float | |
return | bool |
public CreateDistanceField ( Shape path, Size resolution, float tolerance ) : Canvas | ||
path | Shape | |
resolution | Size | |
tolerance | float | |
return | Canvas |
public DeterminePoint ( Shape path, float length, Point &tangentVector, float tolerance ) : Point | ||
path | Shape | |
length | float | |
tangentVector | Point | |
tolerance | float | |
return | Point |
public DeterminePoint ( Shape path, float length, float tolerance ) : Point | ||
path | Shape | |
length | float | |
tolerance | float | |
return | Point |
public MeasureArea ( Shape path, float tolerance ) : float | ||
path | Shape | |
tolerance | float | |
return | float |
public MeasureLength ( Shape path, float tolerance ) : float | ||
path | Shape | |
tolerance | float | |
return | float |
public MeasureRegion ( Shape path ) : Rectangle | ||
path | Shape | |
return | Rectangle |
public Simplify ( Shape path, float tolerance ) : Shape | ||
path | Shape | |
tolerance | float | |
return | Shape |
public Tessellate ( Shape path, ITessellationSink sink, float tolerance ) : void | ||
path | Shape | |
sink | ITessellationSink | |
tolerance | float | |
return | void |
public Widen ( Shape path, float width, float tolerance ) : Shape | ||
path | Shape | |
width | float | |
tolerance | float | |
return | Shape |