WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
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 >:

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() 

Definition at line 11 of file MatrixDictionaryBase.cs.

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).

Definition at line 86 of file MatrixDictionaryBase.cs.

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.

Definition at line 25 of file MatrixDictionaryBase.cs.

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

Gets or sets the width of the layers.

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

Definition at line 71 of file MatrixDictionaryBase.cs.


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