VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / MotionBlurCommand Class / MotionDirection Property
Синтаксис Требования Смотрите также
В этом разделе
    MotionDirection Свойство (MotionBlurCommand)
    В этом разделе
    Возвращает или задает направление размытия изображения.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(45)>
    <DescriptionAttribute("The direction of the motion blur.
    Valid values are from 0 to 180.")>
    Public Property MotionDirection As System.Int32
    
    
    [DefaultValue(45)]
    [Description("The direction of the motion blur.
    Valid values are from 0 to 180.")]
    public System.Int32 MotionDirection { get; set; }
    
    
    [DefaultValue(45)]
    [Description("The direction of the motion blur.
    Valid values are from 0 to 180.")]
    public: __property System.Int32 get_MotionDirection();
    public: __property void set_MotionDirection(
    System.Int32 value
    );
    [DefaultValue(45)]
    [Description("The direction of the motion blur.
    Valid values are from 0 to 180.")]
    public:
    property System.Int32 MotionDirection { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Действительные значения: от 0 до 180. Значение по умолчанию - 45.
    Требования

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

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