|  | VertexTexture Structure | 
Namespace: DigitalRune.Graphics
 Syntax
SyntaxThe VertexTexture type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VertexTexture(Vector2) | 
            Initializes a new instance of the VertexTexture struct.
             | 
|  | VertexTexture(Single, Single) | 
            Initializes a new instance of the VertexTexture struct.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | 
            Indicates whether this instance and a specified object are equal.
            (Overrides ValueTypeEquals(Object).) | 
|  | GetHashCode | 
            Returns the hash code for this instance.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Retrieves a string representation of this object.
            (Overrides ValueTypeToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Compares two objects to determine whether they are the same. 
             | 
|   | Inequality | 
            Compares two objects to determine whether they are different. 
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | TextureCoordinate | 
            The UV texture coordinates.
             | 
|   | VertexDeclaration | 
            The vertex declaration.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | SizeInBytes | 
            Gets the size of the VertexTexture structure in bytes.
             | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | IVertexType.VertexDeclaration | 
            Gets the vertex declaration.
             | 
 See Also
See Also