Class SociallyDistantVisualStyle.CodeEditorStyle
Inherited Members
Namespace: SociallyDistant.Core.UI.VisualStyles
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class SociallyDistantVisualStyle.CodeEditorStyle : UserStyle, IVisualRenderer<CodeEditor.VisualState>, IGetThemeProperties<CodeEditor.ThemeProperties>
Constructors
CodeEditorStyle(SociallyDistantVisualStyle)
Declaration
public CodeEditorStyle(SociallyDistantVisualStyle visualStyle)
Parameters
Type | Name | Description |
---|---|---|
SociallyDistantVisualStyle | visualStyle |
Methods
Clip(Widget, GeometryHelper, in LayoutRect, VisualState)
Draws a widget's clipping region using the specified visual properties.
Declaration
public void Clip(Widget widget, GeometryHelper geometry, in LayoutRect contentRect, CodeEditor.VisualState properties)
Parameters
Type | Name | Description |
---|---|---|
Widget | widget | The widget to draw |
GeometryHelper | geometry | The destination to which the widget should be drawn |
LayoutRect | contentRect | The widget's calculated content bounds |
CodeEditor.VisualState | properties | The visual properties associated with the widget |
Draw(Widget, GeometryHelper, in LayoutRect, VisualState)
Draws a widget using the specified visual properties.
Declaration
public void Draw(Widget widget, GeometryHelper geometry, in LayoutRect contentRect, CodeEditor.VisualState properties)
Parameters
Type | Name | Description |
---|---|---|
Widget | widget | The widget to draw |
GeometryHelper | geometry | The destination to which the widget should be drawn |
LayoutRect | contentRect | The widget's calculated content bounds |
CodeEditor.VisualState | properties | The visual properties associated with the widget |
GetThemeProperties(ref ThemeProperties)
Retrieves layout properties and stores them into the given layout properties reference.
Declaration
public bool GetThemeProperties(ref CodeEditor.ThemeProperties layoutProperties)
Parameters
Type | Name | Description |
---|---|---|
CodeEditor.ThemeProperties | layoutProperties | The destination to which layout properties should be stored. |
Returns
Type | Description |
---|---|
bool | True if the layout properties have changed, false otherwise. If true, widgets needing these properties will invalidate their layout. |