Show / Hide Table of Contents

    Delegate WindowLoaded

    Delegate for when a window in the map is loaded.

    Namespace: Fibula.Map.Contracts.Delegates
    Assembly: Fibula.Map.Contracts.dll
    Syntax
    public delegate void WindowLoaded(int fromX, int toX, int fromY, int toY, sbyte fromZ, sbyte toZ);
    Parameters
    Type Name Description
    System.Int32 fromX

    The start X coordinate for the load window.

    System.Int32 toX

    The end X coordinate for the load window.

    System.Int32 fromY

    The start Y coordinate for the load window.

    System.Int32 toY

    The end Y coordinate for the load window.

    System.SByte fromZ

    The start Z coordinate for the load window.

    System.SByte toZ

    The end Z coordinate for the load window.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.