Search Results for

    Show / Hide Table of Contents

    Class ImageWithSizesData

    Tracking image information.

    Inheritance
    object
    ImageWithSizesData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.ARMobile.Trackables.Images
    Assembly: Evergine.ARMobile.dll
    Syntax
    public class ImageWithSizesData

    Properties

    FilePath

    Gets or sets file path, relative to its dataset file.

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    string

    Width

    Gets or sets image width in meters.

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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX