Table of Contents

Class PdfSubpath.Move

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

Move drawing of the current PdfSubpath to the specified location.

public class PdfSubpath.Move : PdfSubpath.IPathCommand
Inheritance
PdfSubpath.Move
Implements
Inherited Members

Constructors

Move(PdfPoint)

Create a new PdfSubpath.Move path command.

public Move(PdfPoint location)

Parameters

location PdfPoint

Properties

Location

The location to move to.

public PdfPoint Location { get; }

Property Value

PdfPoint

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetBoundingRectangle()

Returns null since this generates no visible path.

public PdfRectangle? GetBoundingRectangle()

Returns

PdfRectangle?

GetHashCode()

public override int GetHashCode()

Returns

int

WriteSvg(StringBuilder, double)

public void WriteSvg(StringBuilder builder, double height)

Parameters

builder StringBuilder
height double