C# Class Hansha.Core.ScreenFrame

显示文件 Open project: Deathspike/Hansha Class Usage Examples

Public Properties

Property Type Description
Boundaries ScreenFrameRectangle
ModifiedRegions Hansha.Core.ScreenFrameRectangle[]
MovedRegions Hansha.Core.ScreenFrameRegion[]
NewPixels byte[]
PreviousPixels byte[]

Property Details

Boundaries public_oe property

public ScreenFrameRectangle,Hansha.Core Boundaries
return ScreenFrameRectangle

ModifiedRegions public_oe property

public ScreenFrameRectangle[],Hansha.Core ModifiedRegions
return Hansha.Core.ScreenFrameRectangle[]

MovedRegions public_oe property

public ScreenFrameRegion[],Hansha.Core MovedRegions
return Hansha.Core.ScreenFrameRegion[]

NewPixels public_oe property

public byte[] NewPixels
return byte[]

PreviousPixels public_oe property

public byte[] PreviousPixels
return byte[]