Namespace: BitMiracle.Docotic.Pdf
[SerializableAttribute] public struct PdfPoint : IEquatable<PdfPoint>
<SerializableAttribute> Public Structure PdfPoint Implements IEquatable(Of PdfPoint)
The PdfPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfPoint(PdfPoint) |
Initializes a new instance of the PdfPoint struct from the
specified PdfPoint.
|
![]() | PdfPoint(Double, Double) |
Initializes a new instance of the PdfPoint struct with the
specified coordinates.
|
![]() | PdfPoint(Single, Single) |
Initializes a new instance of the PdfPoint struct with the
specified coordinates.
|
Name | Description | |
---|---|---|
![]() | IsEmpty |
Gets a value indicating whether this PdfPoint is empty.
|
![]() | X |
Gets or sets the x-coordinate of this PdfPoint.
|
![]() | Y |
Gets or sets the y-coordinate of this PdfPoint.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Translates a given PdfPoint by the specified
PdfSize.
|
![]() | Equals(Object) |
Specifies whether this PdfPoint contains the same coordinates
as the specified Object.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(PdfPoint) |
Tests whether this and the other points have same coordinates.
|
![]() | GetHashCode |
Returns a hash code for this PdfPoint structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Subtract |
Translates a PdfPoint by the negative of a specified size.
|
![]() | ToString() |
Converts this PdfPoint to a human readable string.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts this PdfPoint to a human readable string.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Translates a PdfPoint by a given PdfSize.
|
![]() ![]() | Equality |
Compares two PdfPoint structures. The result specifies whether
the values of the PdfPoint.X and PdfPoint.Y
properties of the two PdfPoint structures are equal.
|
![]() ![]() | Inequality |
Determines whether the coordinates of the specified points are not equal.
|
![]() ![]() | Subtraction |
Translates a PdfPoint by the negative of a
given PdfSize.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty | PdfPoint struct with zero coordinates.
|
Name | Description | |
---|---|---|
![]() | ToPointF |
Converts a PdfPoint to a PointF.
(Defined by PdfPointGdiExtensions.) |