Interface IGPUVideoEffectPixelate
Pixelate effect interface.
Inherited Members
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 |