Frame Property (DecompressionArguments)
In This Topic
The requested Frame number (first frame is 1, not 0)
Syntax
'Declaration
Public Property Frame As System.Integer
'Usage
Dim instance As DecompressionArguments
Dim value As System.Integer
instance.Frame = value
value = instance.Frame
public System.int Frame {get; set;}
public read-write property Frame: System.Integer;
public function get,set Frame : System.int
public: __property System.int get_Frame();
public: __property void set_Frame(
System.int value
);
public:
property System.int Frame {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also