DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType > Class Template Reference

Sorted dictionary of layers for the matrix toys. More...

Inheritance diagram for DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType >:
Collaboration diagram for DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType >:

Properties

new MatrixElementType[,] this[int LayerNr] [get, set]
 Gets or sets the data array for the specified layernr. Dimension 0 of the array represents the x resp. horizontal direction. Dimension 1 of the array represents the y resp. vertical direction. Position 0,0 is the upper left corner of the array. More...
 
int Width [get, set]
 Gets or sets the width of the layers. More...
 
int Height [get, set]
 Gets or sets the height of the layers. More...
 

Detailed Description

Sorted dictionary of layers for the matrix toys.

Type Constraints
MatrixElementType :new() 

Property Documentation

int DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType >.Height
getset

Gets or sets the height of the layers.

The height of the layers (Min.: 1).

new MatrixElementType [,] DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType >.this[int LayerNr]
getset

Gets or sets the data array for the specified layernr. Dimension 0 of the array represents the x resp. horizontal direction. Dimension 1 of the array represents the y resp. vertical direction. Position 0,0 is the upper left corner of the array.

The data array for the specified layer.

Parameters
LayerNrThe number of the layer.
int DirectOutput.Cab.Toys.Layer.MatrixDictionaryBase< MatrixElementType >.Width
getset

Gets or sets the width of the layers.

The width of the layers (Min.: 1).


The documentation for this class was generated from the following file: