C# Class WPFUtils.Controls.Win32.User32.Rect

Datei anzeigen Open project: BravoAlpha/WPFUtils

Public Properties

Property Type Description
Left int

Public Methods

Method Description
Rect ( int left, int top, int right, int bottom ) : System

Method Details

Rect() public method

public Rect ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

Property Details

Left public_oe property

public int Left
return int