Class CropTransform

    Definition

    Namespace:
    Tizen.Multimedia.Util
    Assembly:
    Tizen.Multimedia.Util.dll

    Crops an image.

    public class CropTransform : ImageTransform
    Inheritance
    object
    ImageTransform
    CropTransform

    Constructors

    View Source

    CropTransform(Rectangle)

    Initializes a new instance of the CropTransform class.

    Declaration
    public CropTransform(Rectangle region)
    Parameters
    Type Name Description
    Rectangle region

    The crop region.

    Properties

    View Source

    Region

    Gets or sets the crop region.

    Declaration
    public Rectangle Region { get; set; }
    Property Value
    Type Description
    Rectangle

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX