VirtualizationCacheLength 构造函数

定义

创建 VirtualizationCacheLength 类的新实例。

重载

VirtualizationCacheLength(Double)

创建视点每边的统一缓存长度的 VirtualizationCacheLength 类的新实例。

VirtualizationCacheLength(Double, Double)

创建视点每边指定缓存长度的 VirtualizationCacheLength 类的新实例。

VirtualizationCacheLength(Double)

创建视点每边的统一缓存长度的 VirtualizationCacheLength 类的新实例。

public:
 VirtualizationCacheLength(double cacheBeforeAndAfterViewport);
public VirtualizationCacheLength (double cacheBeforeAndAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeAndAfterViewport As Double)

参数

cacheBeforeAndAfterViewport
Double

视区前后的缓存区的大小。

适用于

VirtualizationCacheLength(Double, Double)

创建视点每边指定缓存长度的 VirtualizationCacheLength 类的新实例。

public:
 VirtualizationCacheLength(double cacheBeforeViewport, double cacheAfterViewport);
public VirtualizationCacheLength (double cacheBeforeViewport, double cacheAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double * double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeViewport As Double, cacheAfterViewport As Double)

参数

cacheBeforeViewport
Double

视口前的缓存区的大小。

cacheAfterViewport
Double

视口后的缓存区的大小。

适用于