Click or drag to resize
MessageLayer Properties

The GeneralRulesMessageLayer type exposes the following members.

Properties
  NameDescription
Public propertyAbsolutePosition
Get or set the position of the layer within the map. (Does not affect current position until Move(Point) is called)
(Inherited from LayerBase.)
Public propertyActualColumns
Get the number of columns of tiles in the layer's tile data
(Inherited from LayerBase.)
Public propertyActualRows
Get the number of rows of tiles in the layer's tile data
(Inherited from LayerBase.)
Public propertyCurrentPosition
Gets/Sets the current pixel position of the layer relative to the screen. (Setting this directly ignores ScrollRate and AbsolutePosition.)
(Inherited from LayerBase.)
Public propertyItem
Retrieves or sets the value of a tile at the specified tile coordinate
(Inherited from ByteLayer.)
Public propertyLighting
Determines whether lighing effect are enabled for this layer.
(Inherited from LayerBase.)
Public propertyParentMap
Returns the map that owns this layer
(Inherited from LayerBase.)
Public propertyScrollRate
Gets the scroll rate that is applied to Move(Point) operations.
(Inherited from LayerBase.)
Public propertyTileset (Inherited from LayerBase.)
Public propertyVirtualColumns
Get the number of columns of tiles in the layer's displayed virtual scroll space (data is wrapped)
(Inherited from LayerBase.)
Public propertyVirtualRows
Get the number of rows of tiles in the layer's displayed virtual scroll space (data is wrapped)
(Inherited from LayerBase.)
Public propertyVisibleArea
Returns a rectangle within this layer that represents the currently visible portion.
(Inherited from LayerBase.)
Top
See Also