Trait windows::Win32::Graphics::Printing::IXpsRasterizer_Impl
pub trait IXpsRasterizer_Impl: Sized {
// Required methods
fn RasterizeRect(
&self,
x: i32,
y: i32,
width: i32,
height: i32,
notificationcallback: Option<&IXpsRasterizerNotificationCallback>,
) -> Result<IWICBitmap>;
fn SetMinimalLineWidth(&self, width: i32) -> Result<()>;
}
Required Methods§
fn RasterizeRect( &self, x: i32, y: i32, width: i32, height: i32, notificationcallback: Option<&IXpsRasterizerNotificationCallback>, ) -> Result<IWICBitmap>
fn SetMinimalLineWidth(&self, width: i32) -> Result<()>
Object Safety§
This trait is not object safe.