ClipboardRenderingOptionsTrySetImageAndPixelFormat Method |
Tries to set the image and pixel format used for the drop file.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TrySetImageAndPixelFormat(
ImageFormat imgfmt,
PixelFormat pixfmt
)
Parameters
- imgfmt ImageFormat
- The image format.
- pixfmt PixelFormat
- The pixel format.
Return Value
Booleantrue if the combination is supported; otherwise,
false.
See Also