C# Class Pictures.Services.FramingService

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

Public Methods

Method Description
DrawToGraphics ( Graphics graphics, System.Action interrupt = null ) : void
FramingService ( PhotoService picturesRepo ) : System

Private Methods

Method Description
CheckFrames ( List Segments, Size Size, int Column, int Row, int Columns, int Rows ) : bool
CreateFrameSize ( Graphics graphics ) : Size
CreateFrames ( Graphics graphics, Size Size ) : List
MarkFrames ( List Segments, int Column, int Row, int Columns, int Rows ) : void

Method Details

DrawToGraphics() public method

public DrawToGraphics ( Graphics graphics, System.Action interrupt = null ) : void
graphics System.Drawing.Graphics
interrupt System.Action
return void

FramingService() public method

public FramingService ( PhotoService picturesRepo ) : System
picturesRepo PhotoService
return System