Search Results for

    Show / Hide Table of Contents

    Class SizeEventArgs

    Event args for a size value.

    Inheritance
    object
    EventArgs
    SizeEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public sealed class SizeEventArgs : EventArgs

    Constructors

    SizeEventArgs(uint, uint)

    Initializes a new instance of the SizeEventArgs class.

    Declaration
    public SizeEventArgs(uint width, uint height)
    Parameters
    Type Name Description
    uint width

    The width.

    uint height

    The heigth.

    Properties

    Height

    Gets the height.

    Declaration
    public uint Height { get; }
    Property Value
    Type Description
    uint

    Width

    Gets the width.

    Declaration
    public uint Width { get; }
    Property Value
    Type Description
    uint

    Extension Methods

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