Gets the stride in bytes from a pixel format and a width..
'宣言
Public Shared Function GetStride( _
ByVal As System.Guid, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetStride(
System.Guid ,
System.int
)
パラメータ
- guid
- The pixel format guid.
- width
- The width.
戻り値の型
The number of bytes per row.