共用方式為


BitmapData.Stride 屬性

定義

取得或設定 Bitmap 物件的分散寬度 (也稱為掃描寬度)。

public:
 property int Stride { int get(); void set(int value); };
public int Stride { get; set; }
member this.Stride : int with get, set
Public Property Stride As Integer

屬性值

Bitmap 物件的分散寬度,以位元組表示。

備註

跨度是單一圖元列的寬度, (掃描線條) ,四捨五入為四位元組界限。 如果步進為正數,則點陣圖為由上而下。 如果跨位為負數,位圖會由下而上。

適用於