LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
RECT Structure
See Also  Members  
Leadtools.Multimedia Namespace : RECT Structure



This structure defines the coordinates of the upper-left and lower-right corners of a rectangle.

Object Model

RECT Structure

Syntax

Visual Basic (Declaration) 
Public Structure RECT 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As RECT
C# 
public struct RECT : System.ValueType 
C++/CLI 
public value class RECT : public System.ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Multimedia.RECT

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also