Requests pixel data as it is natively stored within the DDS file.
シンタックス
'宣言
Public Overloads Sub CopyBlocks( _
ByVal As System.Nullable(Of RectL), _
ByVal As System.Integer, _
ByVal As DataStream _
)
public void CopyBlocks(
System.Nullable<RectL> ,
System.int ,
DataStream
)
パラメータ
- boundsInBlocks
- The rectangle to copy from the source. A
null
value specifies the entire texture. If the texture uses a block-compressed C1.Util.DX.DXGI.Format , all values of the rectangle are expressed in number of blocks, not pixels. - stride
- The stride, in bytes, of the destination buffer. This represents the number of bytes from the buffer reference to the next row of data. If the texture uses a block-compressed C1.Util.DX.DXGI.Format , a "row of data" is defined as a row of blocks which contains multiple pixel scanlines.
- destination
- A reference to the destination buffer.
参照