![]() |
![]() |
![]() |
SkinInformation.Declaration Property |
Language: |
Retrieves or sets the vertex declaration.
Visual Basic .NET Public Property Declaration As VertexElement() C# public VertexElement[] Declaration { get; set; } Managed C++ public: __property VertexElement get_Declaration();
public: __property void set_Declaration(VertexElement);JScript .NET public function get Declaration() : VertexElement[]
public function set Declaration(VertexElement[]);
Microsoft.DirectX.Direct3D.VertexElement[] . Array of VertexElement structures that contain the vertex declarations.
This property is read/write.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center