======Класс VertexBuffer====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.cad.foundation.graphicresource|Topomatic.Cad.Foundation.GraphicResource]] * Topomatic.Cad.Foundation.VertexBuffer =====Синтаксис===== public class VertexBuffer : GraphicResource, IDisposable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.vertexbuffer..ctor|VertexBuffer()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.colors|Colors]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.colorssize|ColorsSize]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.indexcount|IndexCount]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.indices|Indices]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.indicessize|IndicesSize]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.normals|Normals]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.normalssize|NormalsSize]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.positions|Positions]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.positionssize|PositionsSize]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.texcoords1|TexCoords1]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.texcoords1size|TexCoords1Size]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.vertexbuffer.vertexcount|VertexCount]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.graphicresource.dispose|Dispose()]]| (Наследуется от [[developers:references:topomatic.cad.foundation.graphicresource|GraphicResource]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|