VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / AffineMatrix Class / M22 Property
Синтаксис Требования Смотрите также
В этом разделе
    M22 Свойство (AffineMatrix)
    В этом разделе
    Возвращает или задает значение второй строки и второго столбца матрицы (шкала Y).
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(1)>
    <RefreshPropertiesAttribute(Repaint)>
    <DescriptionAttribute("A value of the second row and second column of the matrix (scale Y).")>
    Public Property M22 As Double
    
    
    [DefaultValue(1)]
    [RefreshProperties(Repaint)]
    [Description("A value of the second row and second column of the matrix (scale Y).")]
    public double M22 { get; set; }
    
    
    [DefaultValue(1)]
    [RefreshProperties(Repaint)]
    [Description("A value of the second row and second column of the matrix (scale Y).")]
    public: __property double get_M22();
    public: __property void set_M22(
    double value
    );
    [DefaultValue(1)]
    [RefreshProperties(Repaint)]
    [Description("A value of the second row and second column of the matrix (scale Y).")]
    public:
    property double M22 { double get(); void set(double value); }

    Property Value

    Значение по умолчанию - 1.
    Требования

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

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