C# Class Fusion8.Cropper.Core.NativeMethods.RECT

ファイルを表示 Open project: enriquein/Cropper

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
RECT ( int left, int top, int right, int bottom ) : System
ToRectangle ( ) : Rectangle

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

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.Rectangle

Property Details

Bottom public_oe property

public int Bottom
return int

Left public_oe property

public int Left
return int

Right public_oe property

public int Right
return int

Top public_oe property

public int Top
return int