Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    DefaultBorderRenderer Class

    Namespace: Stride.UI.Renderers
    Assembly: Stride.UI.dll

    The default renderer for Border.

    System.Object → DisposeBase → ComponentBase → ElementRenderer → DefaultBorderRenderer
    Derived from DefaultBorderRenderer:

    public class DefaultBorderRenderer : ElementRenderer, IDisposable, IComponent, IReferencable, ICollectorHolder
    Name Description
    Constructors
    DefaultBorderRenderer(IServiceRegistry)
    Methods
    RenderColor(UIElement, UIRenderingContext)
    | Improve this Doc View Source

    Constructors


    DefaultBorderRenderer(IServiceRegistry)

    public DefaultBorderRenderer(IServiceRegistry services)
    Parameters
    Type Name Description
    IServiceRegistry services
    | Improve this Doc View Source

    Methods


    RenderColor(UIElement, UIRenderingContext)

    public override void RenderColor(UIElement element, UIRenderingContext context)
    Parameters
    Type Name Description
    UIElement element
    UIRenderingContext context
    Overrides
    ElementRenderer.RenderColor(UIElement, UIRenderingContext)

    Inherited Members

    ElementRenderer.Content
    ElementRenderer.GraphicsDevice
    ElementRenderer.Batch
    ElementRenderer.KeepStencilValueState
    ElementRenderer.IncreaseStencilValueState
    ElementRenderer.DecreaseStencilValueState
    ElementRenderer.RenderClipping(UIElement, UIRenderingContext)
    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation