C# Класс AuraPhotoViewer.ResizeableWindow.RECT

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Empty RECT
bottom int
left int
right int
top int

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Determine if 2 RECT are equal (deep compare)

GetHashCode ( ) : int

Return the HashCode for this struct (not garanteed to be unique)

RECT ( RECT rcSrc ) : System

Win32

RECT ( int left, int top, int right, int bottom ) : System

Win32

ToString ( ) : string

Return a user friendly representation of this struct

operator ( ) : bool

Determine if 2 RECT are different(deep compare)

Описание методов

Equals() публичный Метод

Determine if 2 RECT are equal (deep compare)
public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

Return the HashCode for this struct (not garanteed to be unique)
public GetHashCode ( ) : int
Результат int

RECT() публичный Метод

Win32
public RECT ( RECT rcSrc ) : System
rcSrc RECT
Результат System

RECT() публичный Метод

Win32
public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Результат System

ToString() публичный Метод

Return a user friendly representation of this struct
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Determine if 2 RECT are different(deep compare)
public static operator ( ) : bool
Результат bool

Описание свойств

Empty публичное статическое свойство

Win32
public static RECT Empty
Результат RECT

bottom публичное свойство

Win32
public int bottom
Результат int

left публичное свойство

Win32
public int left
Результат int

right публичное свойство

Win32
public int right
Результат int

top публичное свойство

Win32
public int top
Результат int