IDocumentWindowWithViewport Interface |
Provides access to the window of the document (with viewport).
Namespace:
NeoAxis.Editor
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public interface IDocumentWindowWithViewport : IDocumentWindow,
IDockWindow
The IDocumentWindowWithViewport type exposes the following members.
Properties Methods
| Name | Description |
---|
| AddScreenMessage(String) | |
| AddScreenMessage(String, ColorValue) | |
| AddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| AddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| AddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| AddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| AddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| AddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
| CreateScene | |
| DestroyScene | |
| Focus | (Inherited from IDocumentWindow.) |
| GetFontSize | |
| IsDocumentSaved | (Inherited from IDocumentWindow.) |
| IsObjectSelected | (Inherited from IDocumentWindow.) |
| SaveDocument | (Inherited from IDocumentWindow.) |
| SelectObjects | (Inherited from IDocumentWindow.) |
| WorkareaModeSet | |
TopEvents See Also