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