Class ImageLoader

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    A class containing methods providing image loading

    public class ImageLoader
    Inheritance
    object
    ImageLoader

    Methods

    View Source

    GetOriginalImageSize(string, bool)

    Get the size of an original image rotated according to image metadata

    Declaration
    public static Size2D GetOriginalImageSize(string filename, bool orientationCorrection)
    Parameters
    Type Name Description
    string filename

    The name of the image.

    bool orientationCorrection

    Reorient the image to respect any orientation metadata in its header.

    Returns
    Type Description
    Size2D

    Dimension of the original image.

    View Source

    GetOriginalImageSize(string)

    Get the size of an original image rotated according to image metadata

    Declaration
    public static Size2D GetOriginalImageSize(string filename)
    Parameters
    Type Name Description
    string filename

    The name of the image.

    Returns
    Type Description
    Size2D

    Dimension of the original image.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX