PointF Structure |
Namespace: Aspose.CAD
The PointF type exposes the following members.
Name | Description | |
---|---|---|
![]() | PointF |
Initializes a new instance of the PointF structure with the specified coordinates.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty | |
![]() | IsEmpty |
Gets a value indicating whether this PointF is empty.
|
![]() | X |
Gets or sets the x-coordinate of this PointF.
|
![]() | Y |
Gets or sets the y-coordinate of this PointF.
|
Name | Description | |
---|---|---|
![]() ![]() | Add(PointF, Size) |
Translates a given PointF by the specified Size.
|
![]() ![]() | Add(PointF, SizeF) |
Translates a given PointF by a specified SizeF.
|
![]() | Equals |
Specifies whether this PointF contains the same coordinates as the specified Object.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this PointF structure.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() | Subtract(PointF, Size) |
Translates a PointF by the negative of a specified size.
|
![]() ![]() | Subtract(PointF, SizeF) |
Translates a PointF by the negative of a specified size.
|
![]() ![]() | ToPointApsArray |
Performs an explicit conversion from PointF arr to ApsPoint arr.
|
![]() | ToString |
Converts this PointF to a human readable string.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition(PointF, Size) |
Translates a PointF by a given Size.
|
![]() ![]() | Addition(PointF, SizeF) |
Translates the PointF by the specified SizeF.
|
![]() ![]() | Equality | |
![]() ![]() | (PointF to ApsPoint) |
Performs an explicit conversion from PointF to ApsPoint.
|
![]() ![]() | Inequality |
Determines whether the coordinates of the specified points are not equal.
|
![]() ![]() | Subtraction(PointF, Size) |
Translates a PointF by the negative of a given Size.
|
![]() ![]() | Subtraction(PointF, SizeF) |
Translates a PointF by the negative of a specified SizeF.
|