C# Class KeePass.Native.NativeMethods.RECT

Mostrar archivo Open project: amiryal/keepass2

Public Properties

Property Type Description
Bottom System.Int32
Left System.Int32
Right System.Int32
Top System.Int32

Public Methods

Method Description
RECT ( Rectangle rect ) : System

Method Details

RECT() public method

public RECT ( Rectangle rect ) : System
rect System.Drawing.Rectangle
return System

Property Details

Bottom public_oe property

public Int32,System Bottom
return System.Int32

Left public_oe property

public Int32,System Left
return System.Int32

Right public_oe property

public Int32,System Right
return System.Int32

Top public_oe property

public Int32,System Top
return System.Int32