C# Class cleanInjector.DWM.Rect

ファイルを表示 Open project: Vipeax/cleanLayer

Public Properties

Property Type Description
Left int

Public Methods

Method Description
Rect ( int x, int y, int x1, int y1 ) : System

Method Details

Rect() public method

public Rect ( int x, int y, int x1, int y1 ) : System
x int
y int
x1 int
y1 int
return System

Property Details

Left public_oe property

public int Left
return int