Trait windows::Win32::Storage::Xps::IXpsOMMatrixTransform_Impl
pub trait IXpsOMMatrixTransform_Impl: Sized + IXpsOMShareable_Impl {
// Required methods
fn GetMatrix(&self) -> Result<XPS_MATRIX>;
fn SetMatrix(&self, matrix: *const XPS_MATRIX) -> Result<()>;
fn Clone(&self) -> Result<IXpsOMMatrixTransform>;
}
Required Methods§
fn GetMatrix(&self) -> Result<XPS_MATRIX>
fn SetMatrix(&self, matrix: *const XPS_MATRIX) -> Result<()>
fn Clone(&self) -> Result<IXpsOMMatrixTransform>
Object Safety§
This trait is not object safe.