Click or drag to resize
LayerBase Properties

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