VisioForge (c) 2025

Search Results for

    Interface IGPUVideoEffectPixelate

    Pixelate effect interface.

    Inherited Members
    IGPUVideoEffect.UpdateRequired
    IGPUVideoEffect.StartTime
    IGPUVideoEffect.StopTime
    IGPUVideoEffect.Name
    IGPUVideoEffect.Enabled
    IGPUVideoEffect.Stream
    IGPUVideoEffect.GetEffectType()
    IGPUVideoEffect.Update()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public interface IGPUVideoEffectPixelate : IGPUVideoEffect

    Properties

    BrickOffset

    Gets or sets brick offset (0.0f to 1.0f).

    Declaration
    float BrickOffset { get; set; }
    Property Value
    Type Description
    float

    PixelCounts

    Gets or sets pixel counts value (0 to 1000).

    Declaration
    PointF PixelCounts { get; set; }
    Property Value
    Type Description
    PointF