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 SourcePortraitLocation
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. |
TextLocation
Gets the location of where the text is to be rendered.
Declaration
PointF TextLocation { get; }
Property Value
Type | Description |
---|---|
PointF | The text location. |