Click or drag to resize
TileFrameMembership Structure
Defines an object that can be used to provide information to the construction of a TileCategoryFrameMembership.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public struct TileFrameMembership

The TileFrameMembership type exposes the following members.

Constructors
  NameDescription
Public methodTileFrameMembership
Constructs membership information given all the parameters
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldcategory
Represents a category designated to contain one or more specific frames from an animated tile.
Public fieldframes
Represents a list of frame indexes from a tile that are to be included in a category.
Top
Remarks
Instances of this class are not retained, but rather converted into a more optimal form during the construction of the TileCategoryFrameMembership.
See Also