Method | Description | |
---|---|---|
GetAlignedRowStride ( int width, PixelLayout format, PixelComponentType pType, int alignment ) : int | ||
GetAlignedRowStride ( int width, int bitsperpixel, int alignment ) : int | ||
GetImageSize ( ) : int | ||
GetPixelByteOffset ( int column, int row ) : int | ||
GetPixelInformation ( ) : PixelInformation | ||
PixelRectangleInfo ( int width, int height, IPixelInformation pixelInfo, PixmapOrientation orient, int bytesPerRow ) : System | ||
PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, PixmapOrientation orient, int alignment ) : System | ||
PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, int alignment ) : System |
Method | Description | |
---|---|---|
GetBytesPerRow ( ) : int |
public static GetAlignedRowStride ( int width, PixelLayout format, PixelComponentType pType, int alignment ) : int | ||
width | int | |
format | PixelLayout | |
pType | PixelComponentType | |
alignment | int | |
return | int |
public static GetAlignedRowStride ( int width, int bitsperpixel, int alignment ) : int | ||
width | int | |
bitsperpixel | int | |
alignment | int | |
return | int |
public GetPixelByteOffset ( int column, int row ) : int | ||
column | int | |
row | int | |
return | int |
public GetPixelInformation ( ) : PixelInformation | ||
return | PixelInformation |
public PixelRectangleInfo ( int width, int height, IPixelInformation pixelInfo, PixmapOrientation orient, int bytesPerRow ) : System | ||
width | int | |
height | int | |
pixelInfo | IPixelInformation | |
orient | PixmapOrientation | |
bytesPerRow | int | |
return | System |
public PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, PixmapOrientation orient, int alignment ) : System | ||
width | int | |
height | int | |
layout | PixelLayout | |
compType | PixelComponentType | |
orient | PixmapOrientation | |
alignment | int | |
return | System |
public PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, int alignment ) : System | ||
width | int | |
height | int | |
layout | PixelLayout | |
compType | PixelComponentType | |
alignment | int | |
return | System |