VisioForge (c) 2025

Search Results for

    Class OverlayManagerTriangle

    Overlay Manager triangle element. Implements the IOverlayManagerElement.

    Inheritance
    object
    OverlayManagerTriangle
    Implements
    IOverlayManagerElement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class OverlayManagerTriangle : IOverlayManagerElement

    Constructors

    OverlayManagerTriangle()

    Initializes a new instance of the OverlayManagerTriangle class.

    Declaration
    public OverlayManagerTriangle()

    OverlayManagerTriangle(SKPoint, SKPoint, SKPoint)

    Initializes a new instance of the OverlayManagerTriangle class.

    Declaration
    public OverlayManagerTriangle(SKPoint point1, SKPoint point2, SKPoint point3)
    Parameters
    Type Name Description
    SKPoint point1

    The point 1.

    SKPoint point2

    The point 2.

    SKPoint point3

    The point 3.

    Properties

    Cache

    Gets or sets the cache.

    Declaration
    public object Cache { get; set; }
    Property Value
    Type Description
    object

    The cache.

    Color

    Gets or sets the color.

    Declaration
    public SKColor Color { get; set; }
    Property Value
    Type Description
    SKColor

    The color.

    Enabled

    Gets or sets a value indicating whether this IOverlayManagerElement is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    true if enabled; otherwise, false.

    EndTime

    Gets or sets the end time (optional).

    Declaration
    public TimeSpan EndTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The end time.

    Fill

    Gets or sets a value indicating whether this OverlayManagerTriangle is fill.

    Declaration
    public bool Fill { get; set; }
    Property Value
    Type Description
    bool

    true if fill; otherwise, false.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    Point1

    Gets or sets the point 1.

    Declaration
    public SKPoint Point1 { get; set; }
    Property Value
    Type Description
    SKPoint

    The point1.

    Point2

    Gets or sets the point 2.

    Declaration
    public SKPoint Point2 { get; set; }
    Property Value
    Type Description
    SKPoint

    The point2.

    Point3

    Gets or sets the point 3.

    Declaration
    public SKPoint Point3 { get; set; }
    Property Value
    Type Description
    SKPoint

    The point3.

    StartTime

    Gets or sets the start time (optional).

    Declaration
    public TimeSpan StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The start time.

    Implements

    IOverlayManagerElement

    See Also

    IOverlayManagerElement