mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-21 04:17:57 +08:00
Removing ToDouble()
This commit is contained in:
@@ -82,14 +82,6 @@
|
||||
return new PdfVector(X, Y);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Converts this <see cref="PdfPoint"/> into an double array.
|
||||
/// </summary>
|
||||
public double[] ToDouble()
|
||||
{
|
||||
return new double[] { (double)this.X, (double)this.Y };
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a value indicating whether this <see cref="PdfPoint"/> is equal to a specified <see cref="PdfPoint"/> .
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user