alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ImageDimension

    Represents the dimension of an image in the SfImageEditor.

    Inheritance
    object
    ImageDimension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ImageDimension
    Remarks

    The GetImageDimensionAsync() method is used to get the image as "Dimension".

    Constructors

    ImageDimension()

    Declaration
    public ImageDimension()

    Properties

    Height

    Gets or sets the height of an image in the SfImageEditor.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    double

    A double value that specifies the height of an image.

    Width

    Gets or sets the width of an image in the SfImageEditor.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    double

    A double value that specifies the width of an image.

    X

    Gets or sets the x coordinate of an image in the SfImageEditor.

    Declaration
    public double? X { get; set; }
    Property Value
    Type Description
    double?

    A double value that specifies the x-coordinates.

    Y

    Gets or sets the y coordinate of an image in the SfImageEditor.

    Declaration
    public double? Y { get; set; }
    Property Value
    Type Description
    double?

    A double value that specifies the y-coordinates.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved