You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Properties > Matrix.Tag Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Tag Property

Stores an integer value as a part of Matrix object.

Syntax
C#
Visual Basic
public int Tag;

Stores an integer value as a part of Matrix object. Tag has no predefined meaning. The Tag property is provided for the convenience of developers. It can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a component reference or even Object pointer.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!