API Reference
Struct
PopupPoint
Device-independent point used during popup placement.
Inheritance
- ValueType
- PopupPoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PopupPoint.Equals
- Method PopupPoint.op_Equality
- Method PopupPoint.op_Equality
- Method PopupPoint.op_Inequality
- Method PopupPoint.op_Inequality
Constructors
public PopupPoint(Double X, Double Y) #Device-independent point used during popup placement.
Parameters
- X System.Double
- Y System.Double
Methods
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32public static Boolean op_Equality(PopupPoint left, PopupPoint right) #Returns:
BooleanParameters
- left PopupPoint
- right PopupPoint
public static Boolean op_Inequality(PopupPoint left, PopupPoint right) #Returns:
BooleanParameters
- left PopupPoint
- right PopupPoint
public override String ToString() #Returns:
String