IntelligenceX

API Reference

Struct

PopupBounds

Namespace IntelligenceX.Presentation
Assembly IntelligenceX
Base ValueType
Implements
IEquatable<PopupBounds>
Modifiers sealed

Device-independent bounds used during popup placement.

Inheritance

  • ValueType
  • PopupBounds

Constructors

public PopupBounds(Double Left, Double Top, Double Right, Double Bottom) #

Device-independent bounds used during popup placement.

Parameters

Left System.Double requiredposition: 0
Top System.Double requiredposition: 1
Right System.Double requiredposition: 2
Bottom System.Double requiredposition: 3

Methods

public Void Deconstruct(out Double Left, out Double Top, out Double Right, out Double Bottom) #
Returns: Void

Parameters

Left Double requiredposition: 0
Top Double requiredposition: 1
Right Double requiredposition: 2
Bottom Double requiredposition: 3
public virtual Boolean Equals(PopupBounds other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties