Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SurfaceSizeChangedEventArgs Class

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    An event for when the size of a pointer surface changed

    System.Object → System.EventArgs → SurfaceSizeChangedEventArgs
    Derived from SurfaceSizeChangedEventArgs:

    public class SurfaceSizeChangedEventArgs : EventArgs
    Name Description
    Fields
    NewSurfaceSize

    The new size of the surface

    | Improve this Doc View Source

    Fields


    NewSurfaceSize

    The new size of the surface

    public Vector2 NewSurfaceSize
    Field Value
    Type Description
    Vector2

    Inherited Members

    System.EventArgs.Empty

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation