Interface PdfSubpath.IPathCommand
A command in a PdfSubpath.
public interface PdfSubpath.IPathCommand
Methods
GetBoundingRectangle()
Returns the smallest rectangle which contains the path region given by this command.
PdfRectangle? GetBoundingRectangle()
Returns
WriteSvg(StringBuilder, double)
Converts from the path command to an SVG string representing the path operation.
void WriteSvg(StringBuilder builder, double height)
Parameters
builder
StringBuilderheight
double