Resource Base
Table of contents

ImageData

Stores the image data.

class DDNXamarin.ImageData

Attributes Summary

Attribute Type Description
Bytes int The byte data of the image.
Width int The width of the image.
Height int The height of the image.
Stride int The stride of the image.
Format int The pixel format of the image.
Orientation int The orientation of the image.

Methods Summary

Methods Description
ToImageSource Convert the ImageData to Xamarin.Forms.ImageSource.

 

Attributes and Methods Details

Bytes

The byte data of the image.

IList<byte> Bytes;

Width

The width of the image.

int Width;

Height

The height of the image.

int Height;

Stride

The stride of the image.

int Stride;

Format

The pixel format of the image.

int Format;

orientation

The orientation of the image. The following image illustrates the orientation value of the ImageData.

getOrientation

Illustration of the orientation

int Orientation;

ToImageSource

Convert the ImageData to Xamarin.Forms.ImageSource.

ImageSource toImageSource();

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.10
    • Version 1.x
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.5
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support