Struct windows::Win32::Graphics::Direct2D::ID2D1TransformGraph
#[repr(transparent)]pub struct ID2D1TransformGraph(_);
Expand description
Required features: "Win32_Graphics_Direct2D"
Implementations§
§impl ID2D1TransformGraph
impl ID2D1TransformGraph
pub unsafe fn GetInputCount(&self) -> u32
pub unsafe fn SetSingleTransformNode<'a, P0>(&self, node: P0) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn AddNode<'a, P0>(&self, node: P0) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn RemoveNode<'a, P0>(&self, node: P0) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn SetOutputNode<'a, P0>(&self, node: P0) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn ConnectNode<'a, P0, P1>(
&self,
fromnode: P0,
tonode: P1,
tonodeinputindex: u32
) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
P1: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn ConnectToEffectInput<'a, P0>(
&self,
toeffectinputindex: u32,
node: P0,
tonodeinputindex: u32
) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformNode>>,
pub unsafe fn Clear(&self)
pub unsafe fn SetPassthroughGraph(&self, effectinputindex: u32) -> Result<()>
Trait Implementations§
§impl Clone for ID2D1TransformGraph
impl Clone for ID2D1TransformGraph
§impl Debug for ID2D1TransformGraph
impl Debug for ID2D1TransformGraph
§impl<'a> From<&'a ID2D1TransformGraph> for &'a IUnknown
impl<'a> From<&'a ID2D1TransformGraph> for &'a IUnknown
§fn from(value: &'a ID2D1TransformGraph) -> Self
fn from(value: &'a ID2D1TransformGraph) -> Self
Converts to this type from the input type.
§impl From<&ID2D1TransformGraph> for IUnknown
impl From<&ID2D1TransformGraph> for IUnknown
§fn from(value: &ID2D1TransformGraph) -> Self
fn from(value: &ID2D1TransformGraph) -> Self
Converts to this type from the input type.
§impl From<ID2D1TransformGraph> for IUnknown
impl From<ID2D1TransformGraph> for IUnknown
§fn from(value: ID2D1TransformGraph) -> Self
fn from(value: ID2D1TransformGraph) -> Self
Converts to this type from the input type.
§impl Interface for ID2D1TransformGraph
impl Interface for ID2D1TransformGraph
§impl PartialEq<ID2D1TransformGraph> for ID2D1TransformGraph
impl PartialEq<ID2D1TransformGraph> for ID2D1TransformGraph
§impl Vtable for ID2D1TransformGraph
impl Vtable for ID2D1TransformGraph
type Vtable = ID2D1TransformGraph_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.