C# Class WindowlessControls.Thickness

Afficher le fichier Open project: koush/WindowlessControls Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom int
DpiX int
DpiY int
Empty Thickness
Left int
Right int
Top int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetDC ( IntPtr hwnd ) : IntPtr
GetDeviceCaps ( IntPtr hdc, int index ) : int
Parse ( string s ) : void
Thickness ( ) : System

Method Details

From() public static méthode

public static From ( float leftInches, float topInches, float rightInches, float bottomInches ) : Thickness
leftInches float
topInches float
rightInches float
bottomInches float
Résultat Thickness

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

Thickness() public méthode

public Thickness ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Résultat System

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

operator() public static méthode

public static operator ( ) : Thickness
Résultat Thickness

Property Details

Bottom public_oe property

public int Bottom
Résultat int

DpiX public_oe static_oe property

public static int DpiX
Résultat int

DpiY public_oe static_oe property

public static int DpiY
Résultat int

Empty public_oe static_oe property

public static Thickness,WindowlessControls Empty
Résultat Thickness

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Top public_oe property

public int Top
Résultat int