Class PdfSubpath.Move
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
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetBoundingRectangle()
Returns null since this generates no visible path.
public PdfRectangle? GetBoundingRectangle()
Returns
GetHashCode()
public override int GetHashCode()
Returns
WriteSvg(StringBuilder, double)
public void WriteSvg(StringBuilder builder, double height)
Parameters
builder
StringBuilderheight
double