Click or drag to resize

DisplayChunk Class

This class represents an image raster that can be transferred to the display on a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptDisplayChunk

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class DisplayChunk

The DisplayChunk type exposes the following members.

Constructors
  NameDescription
Public methodDisplayChunk
Initializes a new instance of the DisplayChunk class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBitsPerPixel
Gets the bits per pixel of this chunk.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeight
Gets the height of this chunk.
Public methodGetRaster
Gets the raster for this chunk.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth
Gets the width of this chunk.
Public methodGetX
Gets the x position.
Public methodGetY
Gets the y position.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also