Scale Property (ModificationArguments)
In This Topic
The scale factor to be applied to the new image
Syntax
'Declaration
Public Property Scale As System.Single
'Usage
Dim instance As ModificationArguments
Dim value As System.Single
instance.Scale = value
value = instance.Scale
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also