VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging Namespace / UnmanagedBitmap Class
Constructors Properties Methods SeeAlso
В этом разделе
    Члены типа UnmanagedBitmap Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые UnmanagedBitmap.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Публичные Свойства
     ИмяОписание
    Public PropertyGets the bits per pixel of bitmap. (Inherited from VintasoftBitmap)
    Public PropertyGets the format of bitmap color channels. (Inherited from VintasoftBitmap)
    Public PropertyGets the color space format of this image. (Inherited from VintasoftBitmap)
    Public PropertyGets a value indicating whether bitmap has pixel data.
    Public PropertyGets the height, in pixels, of the bitmap. (Inherited from VintasoftBitmap)
    Public PropertyGets a value indicating whether this bitmap is disposed. (Inherited from VintasoftBitmap)
    Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum size of the bitmap, in bytes. (Inherited from VintasoftBitmap)
    Public PropertyGets the palette. (Inherited from VintasoftBitmap)
    Public PropertyGets the pixel format of the bitmap. (Inherited from VintasoftBitmap)
    Public PropertyGets or sets resolution of bitmap. (Inherited from VintasoftBitmap)
    Public PropertyGets or sets a stride of the bitmap. (Inherited from VintasoftBitmap)
    Public PropertyGets the width, in pixels, of the bitmap. (Inherited from VintasoftBitmap)
    Публичные Методы
     ИмяОписание
    Public MethodCreates a new UnmanagedBitmap that is a copy of the current instance.
    Public MethodOverloaded. Releases all resources used by this object. (Inherited from VintasoftBitmap)
    Public Methodstatic (Shared in Visual Basic)Returns number of bits per pixel for specified pixel format. (Inherited from VintasoftBitmap)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the pixel format from bits per pixel of a bitmap. (Inherited from VintasoftBitmap)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates a row width, in bytes. (Inherited from VintasoftBitmap)
    Public Methodstatic (Shared in Visual Basic)Calculates an image stride, in bytes. (Inherited from VintasoftBitmap)
    Public MethodOverloaded. Locks the bitmap data. (Inherited from VintasoftBitmap)
    Public MethodUnlocks the specified bitmap data. (Inherited from VintasoftBitmap)
    Защищенные Методы
     ИмяОписание
    Protected MethodCreates a new instance of UnmanagedBitmap class.
    Protected MethodAllows a VintasoftBitmap to attempt to free resources and perform other cleanup operations before the VintasoftBitmap is reclaimed by garbage collection. (Inherited from VintasoftBitmap)
    Protected MethodLocks the pixel data.
    Protected MethodUnlocks the pixel data.
    Смотрите также