VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / MotionBlurCommand Class / MotionBlurCommand Constructors / MotionBlurCommand Constructor(Int32,Int32,RgbColorChannel)
Синтаксис Требования Смотрите также
В этом разделе
    MotionBlurCommand Constructor(Int32,Int32,RgbColorChannel)
    В этом разделе
    Инициализирует новый экземпляр класса MotionBlurCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal motionDirection
    Направление размытия изображения.
    As System.Int32, _
    ByVal depth
    Глубина процесса.
    As System.Int32, _
    ByVal colorChannel
    Цветовой канал(ы) для обработки.
    As Vintasoft.Imaging.ImageProcessing.RgbColorChannel _
    )
    public MotionBlurCommand(
    System.Int32 motionDirection,
    System.Int32 depth,
    Vintasoft.Imaging.ImageProcessing.RgbColorChannel colorChannel
    )
    public: MotionBlurCommand(
    System.Int32 motionDirection,
    System.Int32 depth,
    Vintasoft.Imaging.ImageProcessing.RgbColorChannel colorChannel
    )
    public:
    MotionBlurCommand(
    System.Int32 motionDirection,
    System.Int32 depth,
    Vintasoft.Imaging.ImageProcessing.RgbColorChannel colorChannel
    )

    Parameters

    motionDirection
    Направление размытия изображения.
    depth
    Глубина процесса.
    colorChannel
    Цветовой канал(ы) для обработки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также