AsTiffGetImageInfo Method |
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static void GetImageInfo(
IntPtr p,
int frame,
out int w,
out int h,
out int colorDepth,
out int internalPixelFormat,
out int internalResUnit,
out double xres,
out double yres,
out int frameCount,
out IntPtr palettePtr,
out int paletteCount,
out int orientation
)
Public Shared Sub GetImageInfo (
p As IntPtr,
frame As Integer,
<OutAttribute> ByRef w As Integer,
<OutAttribute> ByRef h As Integer,
<OutAttribute> ByRef colorDepth As Integer,
<OutAttribute> ByRef internalPixelFormat As Integer,
<OutAttribute> ByRef internalResUnit As Integer,
<OutAttribute> ByRef xres As Double,
<OutAttribute> ByRef yres As Double,
<OutAttribute> ByRef frameCount As Integer,
<OutAttribute> ByRef palettePtr As IntPtr,
<OutAttribute> ByRef paletteCount As Integer,
<OutAttribute> ByRef orientation As Integer
)
Parameters
- p
- Type: SystemIntPtr
- frame
- Type: SystemInt32
- w
- Type: SystemInt32
- h
- Type: SystemInt32
- colorDepth
- Type: SystemInt32
- internalPixelFormat
- Type: SystemInt32
- internalResUnit
- Type: SystemInt32
- xres
- Type: SystemDouble
- yres
- Type: SystemDouble
- frameCount
- Type: SystemInt32
- palettePtr
- Type: SystemIntPtr
- paletteCount
- Type: SystemInt32
- orientation
- Type: SystemInt32
See Also