The following tables list the members exposed by LeadPointD.
Public Constructors
Name | Description | |
---|---|---|
LeadPointD | Creates a new LeadPointD object. |
Public Methods
Name | Description | |
---|---|---|
clone | Creates an exact copy of this LeadPointD object. | |
create | Initializes a new LeadPointD object with explicit parameters. | |
equals | Specifies whether two LeadPointD objects contain the same coordinates. | |
fromJSON | Converts a JSON-compatible dictionary object to a new LeadPointD instance. | |
toJSON | Converts this LeadPointD to a JSON-compatible dictionary object. | |
toString | Converts this LeadPointD to a human-readable string. |
Public Properties
Name | Description | |
---|---|---|
empty | Gets a value that represents a static empty LeadPointD. | |
isEmpty | Gets a value that indicates whether this instance of LeadPointD is Empty. | |
x | Gets or sets a value that represents the X coordinate for this LeadPointD. | |
y | Gets or sets a value that represents the Y coordinate for this LeadPointD. |