Vixen
dd8b0a81
csharp
public enum DrawCommandKind

What a draw command draws.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (12)

  • Rectangle

    A filled rectangle, with optional rounded corners.

  • Border

    An outline drawn inside a rectangle's edges.

  • Shadow

    A blurred rectangle, drawn behind the element that cast it.

  • Text

    A run of positioned glyphs in one font.

  • Image

    A texture, stretched over a rectangle.

  • Path

    The inside of a path.

  • PathStroke

    A line along a path.

  • Field

    The inside of a small path, drawn from a distance field instead of tessellated.

  • ClipPush

    Everything after this is clipped to a rectangle, until the matching pop.

  • ClipPop

    Ends the clip the last push started.

  • LayerPush

    Everything after this is drawn into a surface of its own, until the matching pop.

  • LayerPop

    Ends 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