NativeMethods.RECT Structure

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Defines the coordinates of the upper-left and lower-right corners of a rectangle.

Namespace:   Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly:  Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Syntax

public struct RECT
Public Structure RECT

Properties

Name Description
System_CAPS_pubproperty Height

Gets the height of the rectangle.

System_CAPS_pubproperty Width

Gets the width of the rectangle.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfield Bottom

The y-coordinate of the lower-right corner of the rectangle.

System_CAPS_pubfield Left

The x-coordinate of the upper-left corner of the rectangle.

System_CAPS_pubfield Right

The x-coordinate of the lower-right corner of the rectangle.

System_CAPS_pubfield Top

The y-coordinate of the upper-left corner of the rectangle.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
RECT Structure

Return to top

Unified Service Desk 2.0

© 2016 Microsoft. All rights reserved. Copyright