csharp
public enum DrawCommandKindWhat a draw command draws.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (12)
RectangleA filled rectangle, with optional rounded corners.
BorderAn outline drawn inside a rectangle's edges.
ShadowA blurred rectangle, drawn behind the element that cast it.
TextA run of positioned glyphs in one font.
ImageA texture, stretched over a rectangle.
PathThe inside of a path.
PathStrokeA line along a path.
FieldThe inside of a small path, drawn from a distance field instead of tessellated.
ClipPushEverything after this is clipped to a rectangle, until the matching pop.
ClipPopEnds the clip the last push started.
LayerPushEverything after this is drawn into a surface of its own, until the matching pop.
LayerPopEnds the layer the last push started, and composites it.
Used by (71, showing 40)
- BackdropFilterTestsVixen.Ui.Controls.Tests
- BatchTestsVixen.Ui.Tests
- BidiMirroringTestsVixen.Ui.Tests
- BorderLonghandTestsVixen.Ui.Tests
- BorderStyleTestsVixen.Ui.Tests
- ColorPickerFocusRingTestsVixen.Ui.Controls.Advanced.Tests
- ContainmentTestsVixen.Ui.Tests
- DrawBatcherVixen.Ui
- DrawCommandVixen.Ui
- DrawContextVixen.Ui
- DrawContextBoxTestsVixen.Ui.Tests
- DrawListVixen.Ui
- DrawListBuilderVixen.Ui
- DrawListTestsVixen.Ui.Tests
- DrawnLayerTextTestsVixen.Ui.Tests
- FillRuleTestsVixen.Ui.Testing.Tests
- FilterBlurTestsVixen.Ui.Controls.Tests
- FilterColourTestsVixen.Ui.Controls.Tests
- FilterDropShadowTestsVixen.Ui.Controls.Tests
- FontFallbackTestsVixen.Ui.Tests
- ForcedColorsTestsVixen.Ui.Tests
- GradientTestsVixen.Ui.Tests
- GroupOpacityTestsVixen.Ui.Controls.Tests
- HudLuminanceDeviceTestsVixen.Graphics.Golden.Tests
- HudLuminanceTestsVixen.Ui.Controls.Tests
- IconAtlasTestsVixen.Ui.Tests
- ImageViewBarTestsVixen.Ui.Controls.Advanced.Tests
- ImageViewTestsVixen.Ui.Controls.Advanced.Tests
- InlineFragmentPaintingTestsVixen.Ui.Tests
- InterfaceInAWorldTestsVixen.Engine.Renderer.Tests
- MaskGradientTestsVixen.Ui.Controls.Tests
- MixBlendModeLuminanceTestsVixen.Ui.Controls.Tests
- NineSliceImageTestsVixen.Ui.Tests
- ObjectFitTestsVixen.Ui.Controls.Tests
- OrderTestsVixen.Ui.Tests
- OverflowTestsVixen.Ui.Tests
- PathTessellationCacheTestsVixen.Ui.Tests
- PathTestsVixen.Ui.Tests
- RasterizerTestsVixen.Ui.Testing.Tests
- RtlFieldMirroringTestsVixen.Ui.Controls.Tests