'Declaration Public Property InterpolationMethod As BayerGridInterpolationMethod
public BayerGridInterpolationMethod InterpolationMethod { get; set; }
public: __property BayerGridInterpolationMethod get_InterpolationMethod(); public: __property void set_InterpolationMethod(
BayerGridInterpolationMethod value
);
public:
property BayerGridInterpolationMethod InterpolationMethod { BayerGridInterpolationMethod get(); void set(BayerGridInterpolationMethod value); }
Property Value
Значение по умолчанию - BayerGridInterpolationMethod.Билинейный.