Show / Hide Table of Contents

Struct RenderTarget

Represents a single target of a brush render.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public readonly struct RenderTarget

Constructors

| Edit this page View Source

RenderTarget(Led, Rectangle)

Initializes a new instance of the RenderTarget class.

Declaration
public RenderTarget(Led led, Rectangle rectangle)
Parameters
Type Name Description
Led led

The target-Led.

Rectangle rectangle

The Rectangle representing the area to render the target-Led.

Properties

| Edit this page View Source

Led

Gets the target-Led.

Declaration
public Led Led { get; }
Property Value
Type Description
Led
| Edit this page View Source

Point

Gets the Point representing the position to render the target-Led.

Declaration
public Point Point { get; }
Property Value
Type Description
Point
| Edit this page View Source

Rectangle

Gets the Rectangle representing the area to render the target-Led.

Declaration
public Rectangle Rectangle { get; }
Property Value
Type Description
Rectangle
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX