C# Class ArduinoTest.Components.ColorManagment.Service.SamplePointService

Helps figure out how much of the screen you want it offsetted
Inheritance: ISamplePointService
Show file Open project: holymoo/Disposition

Public Methods

Method Description
GetSamplePoints ( float screenPercentage ) : SamplePoints

Private Methods

Method Description
GenerateSamplePoints ( Rectangle rectangle ) : List
GetCenterBox ( float screenPercentage ) : Rectangle

Creates a box that is 1/3 the size of the screen positioned in the center

Method Details

GetSamplePoints() public method

public GetSamplePoints ( float screenPercentage ) : SamplePoints
screenPercentage float
return SamplePoints