Show / Hide Table of Contents

    Interface ISayLocation

    Represents a location of where to render said text, and where to render a portrait (if a portrait should be rendered).

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ISayLocation

    Properties

    | Improve this Doc View Source

    PortraitLocation

    Gets the location of where the portrait is to be rendered (or null for no portrait rendering).

    Declaration
    PointF? PortraitLocation { get; }
    Property Value
    Type Description
    System.Nullable<PointF>

    The portrait location.

    | Improve this Doc View Source

    TextLocation

    Gets the location of where the text is to be rendered.

    Declaration
    PointF TextLocation { get; }
    Property Value
    Type Description
    PointF

    The text location.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX