| InstanceDataIVertexTypeVertexDeclaration Property |
Gets the vertex declaration.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax VertexDeclaration IVertexType.VertexDeclaration { get; }
Private ReadOnly Property VertexDeclaration As VertexDeclaration
Implements IVertexType.VertexDeclaration
Get
private:
virtual property VertexDeclaration^ VertexDeclaration {
VertexDeclaration^ get () sealed = IVertexType::VertexDeclaration::get;
}
private abstract VertexDeclaration : VertexDeclaration with get
private override VertexDeclaration : VertexDeclaration with get
Property Value
Type:
VertexDeclarationThe vertex declaration.
Implements
IVertexType.VertexDeclarationSee Also