Share via


CapturedFrame.Size 屬性

定義

取得擷取框架的大小,以位元組為單位。

public:
 property unsigned long long Size { unsigned long long get(); void set(unsigned long long value); };
uint64_t Size();

void Size(uint64_t value);
public ulong Size { get; set; }
var uInt64 = capturedFrame.size;
capturedFrame.size = uInt64;
Public Property Size As ULong

屬性值

UInt64

unsigned long long

uint64_t

擷取框架的大小,以位元組為單位。

實作

適用於