Struct windows::Win32::Graphics::Direct2D::ID2D1SvgPathData
#[repr(transparent)]pub struct ID2D1SvgPathData(_);
Expand description
Required features: "Win32_Graphics_Direct2D"
Implementations§
§impl ID2D1SvgPathData
impl ID2D1SvgPathData
pub unsafe fn GetFactory(&self, factory: *mut Option<ID2D1Factory>)
pub unsafe fn GetElement(&self, element: Option<*mut Option<ID2D1SvgElement>>)
pub unsafe fn Clone(&self) -> Result<ID2D1SvgAttribute>
pub unsafe fn RemoveSegmentDataAtEnd(&self, datacount: u32) -> Result<()>
pub unsafe fn UpdateSegmentData(
&self,
data: &[f32],
startindex: u32
) -> Result<()>
pub unsafe fn GetSegmentData(
&self,
data: &mut [f32],
startindex: u32
) -> Result<()>
pub unsafe fn GetSegmentDataCount(&self) -> u32
pub unsafe fn RemoveCommandsAtEnd(&self, commandscount: u32) -> Result<()>
pub unsafe fn UpdateCommands(
&self,
commands: &[D2D1_SVG_PATH_COMMAND],
startindex: u32
) -> Result<()>
pub unsafe fn GetCommands(
&self,
commands: &mut [D2D1_SVG_PATH_COMMAND],
startindex: u32
) -> Result<()>
pub unsafe fn GetCommandsCount(&self) -> u32
pub unsafe fn CreatePathGeometry(
&self,
fillmode: D2D1_FILL_MODE
) -> Result<ID2D1PathGeometry1>
pub unsafe fn CreatePathGeometry(
&self,
fillmode: D2D1_FILL_MODE
) -> Result<ID2D1PathGeometry1>
Required features: "Win32_Graphics_Direct2D_Common"
Trait Implementations§
§impl Clone for ID2D1SvgPathData
impl Clone for ID2D1SvgPathData
§impl Debug for ID2D1SvgPathData
impl Debug for ID2D1SvgPathData
§impl<'a> From<&'a ID2D1SvgPathData> for &'a ID2D1Resource
impl<'a> From<&'a ID2D1SvgPathData> for &'a ID2D1Resource
§fn from(value: &'a ID2D1SvgPathData) -> Self
fn from(value: &'a ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl<'a> From<&'a ID2D1SvgPathData> for &'a ID2D1SvgAttribute
impl<'a> From<&'a ID2D1SvgPathData> for &'a ID2D1SvgAttribute
§fn from(value: &'a ID2D1SvgPathData) -> Self
fn from(value: &'a ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl<'a> From<&'a ID2D1SvgPathData> for &'a IUnknown
impl<'a> From<&'a ID2D1SvgPathData> for &'a IUnknown
§fn from(value: &'a ID2D1SvgPathData) -> Self
fn from(value: &'a ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<&ID2D1SvgPathData> for ID2D1Resource
impl From<&ID2D1SvgPathData> for ID2D1Resource
§fn from(value: &ID2D1SvgPathData) -> Self
fn from(value: &ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<&ID2D1SvgPathData> for ID2D1SvgAttribute
impl From<&ID2D1SvgPathData> for ID2D1SvgAttribute
§fn from(value: &ID2D1SvgPathData) -> Self
fn from(value: &ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<&ID2D1SvgPathData> for IUnknown
impl From<&ID2D1SvgPathData> for IUnknown
§fn from(value: &ID2D1SvgPathData) -> Self
fn from(value: &ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<ID2D1SvgPathData> for ID2D1Resource
impl From<ID2D1SvgPathData> for ID2D1Resource
§fn from(value: ID2D1SvgPathData) -> Self
fn from(value: ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<ID2D1SvgPathData> for ID2D1SvgAttribute
impl From<ID2D1SvgPathData> for ID2D1SvgAttribute
§fn from(value: ID2D1SvgPathData) -> Self
fn from(value: ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl From<ID2D1SvgPathData> for IUnknown
impl From<ID2D1SvgPathData> for IUnknown
§fn from(value: ID2D1SvgPathData) -> Self
fn from(value: ID2D1SvgPathData) -> Self
Converts to this type from the input type.
§impl Interface for ID2D1SvgPathData
impl Interface for ID2D1SvgPathData
§impl PartialEq<ID2D1SvgPathData> for ID2D1SvgPathData
impl PartialEq<ID2D1SvgPathData> for ID2D1SvgPathData
§impl Vtable for ID2D1SvgPathData
impl Vtable for ID2D1SvgPathData
type Vtable = ID2D1SvgPathData_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.