C# Class CrossUI.Testing.TestResultBitmap

ファイルを表示 Open project: pragmatrix/CrossUI Class Usage Examples

Public Properties

Property Type Description
Data byte[]
Height int
Width int

Public Methods

Method Description
TestResultBitmap ( int width, int height, byte data ) : System

Method Details

TestResultBitmap() public method

public TestResultBitmap ( int width, int height, byte data ) : System
width int
height int
data byte
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int