C# Класс Pinta.ImageManipulation.Effects.MotionBlurEffect

Наследование: BaseEffect
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MotionBlurEffect ( double angle = 25, int distance = 10, bool centered = true ) : System

Creates a new effect that will apply a motion blur to an image.

Защищенные методы

Метод Описание
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void

Описание методов

MotionBlurEffect() публичный Метод

Creates a new effect that will apply a motion blur to an image.
public MotionBlurEffect ( double angle = 25, int distance = 10, bool centered = true ) : System
angle double Angle of the motion blur.
distance int Distance to apply the blur. Valid range is 1 - 200.
centered bool Whether the blur is centered.
Результат System

RenderLine() защищенный Метод

protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void
src ISurface
dst ISurface
rect Rectangle
Результат void