Scale Property (ModificationArguments)
The scale factor to be applied to the new image
public System.float Scale {get; set;}
public read-write property Scale: System.Single;
public function get,set Scale : System.float
public: __property System.float get_Scale();
public: __property void set_Scale(
System.float value
);
public:
property System.float Scale {
System.float get();
void set ( System.float value);
}
'Declaration
Public Property Scale As System.Single
'Usage
Dim instance As ModificationArguments
Dim value As System.Single
instance.Scale = value
value = instance.Scale
Target Platforms: .NET CLR 4.8 or higher