The following tables list the members exposed by LogicalPoint.
Public Constructors
Name | Description | |
---|---|---|
LogicalPoint | Initializes a new LogicalPoint class object with explicit parameters. |
Public Methods
Name | Description | |
---|---|---|
- | Returns a LogicalPoint that results from subtracting the width and height of a LogicalSize structure from the X and Y coordinates of the LogicalPoint structure, respectively. | |
!= | Specifies whether this LogicalPoint does not contain the same coordinates or unit as the specified Object. | |
+ | Returns a LogicalPoint that results from adding the width and height of a LogicalSize structure to the X and Y coordinates of the LogicalPoint structure, respectively. | |
== | Specifies whether this LogicalPoint contains the same coordinates and unit as the specified Object. | |
Add | Returns a LogicalPoint that results from adding the width and height of LogicalSize structure to the X and Y coordinates of the LogicalPoint structure, respectively. | |
Convert | Converts this LogicalPoint structure to the specified unit of measure. | |
ConvertTo | Returns this LogicalPoint structure, converted to its equivalent in the specified destination unit of measure. | |
Equals | Specifies whether this LogicalSize contains the same coordinates and unit of measurement as the specified Object. | |
FromPoint | Creates a new LogicalPoint class object from explicit Leadtools.LeadPoint parameters. | |
GetHashCode | Returns a hash code for this LogicalPoint structure. For information about this method, see System.Object.GetHashCode. | |
Subtract | Returns a LogicalPoint that results from subtracting the width and height of a LogicalSize structure from the X and Y coordinates of the LogicalPoint structure, respectively. | |
ToPoint | Returns the Leadtools.LeadPoint of the LogicalPoint, converted to its equivalent values measured in Leadtools.Forms.LogicalUnit.Pixel. | |
ToString | Converts this LogicalPoint to a human-readable string. |
Public Properties
Name | Description | |
---|---|---|
IsEmpty | Gets a value indicating whether this LogicalPoint structure is empty. | |
Unit | Gets or sets a value that represents the unit of measure for this LogicalPoint. | |
X | Gets or sets a value that represents the X coordinate for this LogicalPoint. | |
Y | Gets or sets a value that represents the Y coordinate for this LogicalPoint. |
Public Fields
Name | Description | |
---|---|---|
Empty | Represents a new instance of the LogicalPoint with uninitialized members. |