'Declaration <DescriptionAttribute("A value of the third row and third column of the matrix (scale Z).")> <DefaultValueAttribute(1)> Public Property M33 As Double
[Description("A value of the third row and third column of the matrix (scale Z).")] [DefaultValue(1)] public double M33 { get; set; }
[Description("A value of the third row and third column of the matrix (scale Z).")] [DefaultValue(1)] public: __property double get_M33(); public: __property void set_M33(
double value
);
[Description("A value of the third row and third column of the matrix (scale Z).")] [DefaultValue(1)] public:
property double M33 { double get(); void set(double value); }
Property Value
Значение по умолчанию - 1.