Table of Contents

Interface PdfSubpath.IPathCommand

Namespace
UglyToad.PdfPig.Core
Assembly
UglyToad.PdfPig.Core.dll

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

PdfRectangle?

WriteSvg(StringBuilder, double)

Converts from the path command to an SVG string representing the path operation.

void WriteSvg(StringBuilder builder, double height)

Parameters

builder StringBuilder
height double