C# 클래스 WindowlessControls.Thickness

파일 보기 프로젝트 열기: koush/WindowlessControls 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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