Click or drag to resize

CanvasItemDrawStyleBox Method

Draws a styled rectangle.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void DrawStyleBox(
	StyleBox styleBox,
	Rect2 rect
)

Parameters

styleBox
Type: GodotStyleBox

[Missing <param name="styleBox"/> documentation for "M:Godot.CanvasItem.DrawStyleBox(Godot.StyleBox,Godot.Rect2)"]

rect
Type: GodotRect2

[Missing <param name="rect"/> documentation for "M:Godot.CanvasItem.DrawStyleBox(Godot.StyleBox,Godot.Rect2)"]

See Also