API Reference
Struct
PopupBounds
Device-independent bounds used during popup placement.
Inheritance
- ValueType
- PopupBounds
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 PopupBounds.Equals
- Method PopupBounds.op_Equality
- Method PopupBounds.op_Equality
- Method PopupBounds.op_Inequality
- Method PopupBounds.op_Inequality
- Method PopupPlacementMath.PlaceNearCursor
Constructors
public PopupBounds(Double Left, Double Top, Double Right, Double Bottom) #Device-independent bounds used during popup placement.
Parameters
- Left System.Double
- Top System.Double
- Right System.Double
- Bottom System.Double
Methods
public Void Deconstruct(out Double Left, out Double Top, out Double Right, out Double Bottom) #Returns:
VoidParameters
- Left Double
- Top Double
- Right Double
- Bottom Double
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32public static Boolean op_Equality(PopupBounds left, PopupBounds right) #Returns:
BooleanParameters
- left PopupBounds
- right PopupBounds
public static Boolean op_Inequality(PopupBounds left, PopupBounds right) #Returns:
BooleanParameters
- left PopupBounds
- right PopupBounds
public override String ToString() #Returns:
String