Show / Hide Table of Contents

    Class ManualLayoutEventArgs

    Manual layout event arguments.

    Inheritance
    Object
    EventArgs
    ManualLayoutEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public class ManualLayoutEventArgs : EventArgs

    Constructors

    ManualLayoutEventArgs(Double, Double, Double, Double)

    Initializes a new instance of the ManualLayoutEventArgs class.

    Declaration
    public ManualLayoutEventArgs(double x, double y, double width, double height)
    Parameters
    Type Name Description
    Double x

    The x coordinate.

    Double y

    The y coordinate.

    Double width

    Width.

    Double height

    Height.

    Properties

    Height

    Gets the height.

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

    The height.

    Width

    Gets the width.

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

    The width.

    X

    Gets the x.

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

    The x.

    Y

    Gets the y.

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

    The y.

    Methods

    ToString()

    Formats content for display

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel