======Класс Texture====== * **Пространство имен:** [[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.Texture =====Синтаксис===== public class Texture : GraphicResource, IDisposable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.texture..ctor_system.int32_system.int32_topomatic.cad.foundation.textureformat_arr_system.byte|Texture(Int32, Int32, TextureFormat, Byte[])]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.texture.data|Data]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.texture.format|Format]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.texture.hash|Hash]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.texture.height|Height]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.texture.width|Width]]| | =====Методы===== ^Тип^Имя^Описание^ |{{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.)|