C# Класс WindowlessControls.Thickness

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Bottom int
DpiX int
DpiY int
Empty Thickness
Left int
Right int
Top int

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

Метод Описание
From ( float leftInches, float topInches, float rightInches, float bottomInches ) : Thickness
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
Thickness ( int left, int top, int right, int bottom ) : System
WriteXml ( XmlWriter writer ) : void
operator ( ) : Thickness

Приватные методы

Метод Описание
GetDC ( IntPtr hwnd ) : IntPtr
GetDeviceCaps ( IntPtr hdc, int index ) : int
Parse ( string s ) : void
Thickness ( ) : System

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

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

public static From ( float leftInches, float topInches, float rightInches, float bottomInches ) : Thickness
leftInches float
topInches float
rightInches float
bottomInches float
Результат Thickness

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

public GetSchema ( ) : XmlSchema
Результат System.Xml.Schema.XmlSchema

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

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
Результат void

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

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

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

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Результат void

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

public static operator ( ) : Thickness
Результат Thickness

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

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

public int Bottom
Результат int

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

public static int DpiX
Результат int

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

public static int DpiY
Результат int

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

public static Thickness,WindowlessControls Empty
Результат Thickness

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

public int Left
Результат int

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

public int Right
Результат int

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

public int Top
Результат int