IPreviewControlWithViewport Interface |
Provides access to the preview control of the document (with viewport).
Namespace:
NeoAxis.Editor
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxpublic interface IPreviewControlWithViewport : IPreviewControl
The IPreviewControlWithViewport type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | 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 | |
 | GetFontSize | |
 | SetCameraByBounds | |
Top
See Also