BitmapData.Stride 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 物件的分散寬度,以位元組表示。
備註
跨度是單一圖元列的寬度, (掃描線條) ,四捨五入為四位元組界限。 如果步進為正數,則點陣圖為由上而下。 如果跨位為負數,位圖會由下而上。