Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ ByVal bitsPerPixel As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim fileTypeIndex As RasterDialogFileTypesIndex Dim bitsPerPixel As Integer Dim instance As New RasterSaveDialogBitsPerPixel(fileTypeIndex, bitsPerPixel) |
C# | |
---|---|
public RasterSaveDialogBitsPerPixel( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel ) |
C++/CLI | |
---|---|
public: RasterSaveDialogBitsPerPixel( RasterDialogFileTypesIndex fileTypeIndex, int bitsPerPixel ) |
Parameters
- fileTypeIndex
- File type index that includes this bits per pixel, refer to RasterDialogFileTypesIndex.
- bitsPerPixel
- The format bits per pixel, refer to RasterDialogFileTypesIndex.
Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7