C# Class Pictures.Services.FramingService.Frame

ファイルを表示 Open project: droud/Pictures

Public Properties

Property Type Description
Bounds System.Drawing.Rectangle
Column int
Row int
Used bool

Public Methods

Method Description
Frame ( int Column, int Row, Rectangle Bounds ) : System

Method Details

Frame() public method

public Frame ( int Column, int Row, Rectangle Bounds ) : System
Column int
Row int
Bounds System.Drawing.Rectangle
return System

Property Details

Bounds public_oe property

public Rectangle,System.Drawing Bounds
return System.Drawing.Rectangle

Column public_oe property

public int Column
return int

Row public_oe property

public int Row
return int

Used public_oe property

public bool Used
return bool