Struct windows::Win32::Graphics::Direct2D::ID2D1GradientStopCollection1
#[repr(transparent)]pub struct ID2D1GradientStopCollection1(_);
Expand description
Required features: "Win32_Graphics_Direct2D"
Implementations§
§impl ID2D1GradientStopCollection1
impl ID2D1GradientStopCollection1
pub unsafe fn GetFactory(&self, factory: *mut Option<ID2D1Factory>)
pub unsafe fn GetGradientStopCount(&self) -> u32
pub unsafe fn GetGradientStops(&self, gradientstops: &mut [D2D1_GRADIENT_STOP])
pub unsafe fn GetGradientStops(&self, gradientstops: &mut [D2D1_GRADIENT_STOP])
Required features: "Win32_Graphics_Direct2D_Common"
pub unsafe fn GetColorInterpolationGamma(&self) -> D2D1_GAMMA
pub unsafe fn GetExtendMode(&self) -> D2D1_EXTEND_MODE
pub unsafe fn GetGradientStops1(&self, gradientstops: &mut [D2D1_GRADIENT_STOP])
pub unsafe fn GetGradientStops1(&self, gradientstops: &mut [D2D1_GRADIENT_STOP])
Required features: "Win32_Graphics_Direct2D_Common"
pub unsafe fn GetPreInterpolationSpace(&self) -> D2D1_COLOR_SPACE
pub unsafe fn GetPostInterpolationSpace(&self) -> D2D1_COLOR_SPACE
pub unsafe fn GetBufferPrecision(&self) -> D2D1_BUFFER_PRECISION
pub unsafe fn GetColorInterpolationMode(&self) -> D2D1_COLOR_INTERPOLATION_MODE
Trait Implementations§
§impl Clone for ID2D1GradientStopCollection1
impl Clone for ID2D1GradientStopCollection1
§impl Debug for ID2D1GradientStopCollection1
impl Debug for ID2D1GradientStopCollection1
§impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a ID2D1GradientStopCollection
impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a ID2D1GradientStopCollection
§fn from(value: &'a ID2D1GradientStopCollection1) -> Self
fn from(value: &'a ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a ID2D1Resource
impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a ID2D1Resource
§fn from(value: &'a ID2D1GradientStopCollection1) -> Self
fn from(value: &'a ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a IUnknown
impl<'a> From<&'a ID2D1GradientStopCollection1> for &'a IUnknown
§fn from(value: &'a ID2D1GradientStopCollection1) -> Self
fn from(value: &'a ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<&ID2D1GradientStopCollection1> for ID2D1GradientStopCollection
impl From<&ID2D1GradientStopCollection1> for ID2D1GradientStopCollection
§fn from(value: &ID2D1GradientStopCollection1) -> Self
fn from(value: &ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<&ID2D1GradientStopCollection1> for ID2D1Resource
impl From<&ID2D1GradientStopCollection1> for ID2D1Resource
§fn from(value: &ID2D1GradientStopCollection1) -> Self
fn from(value: &ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<&ID2D1GradientStopCollection1> for IUnknown
impl From<&ID2D1GradientStopCollection1> for IUnknown
§fn from(value: &ID2D1GradientStopCollection1) -> Self
fn from(value: &ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<ID2D1GradientStopCollection1> for ID2D1GradientStopCollection
impl From<ID2D1GradientStopCollection1> for ID2D1GradientStopCollection
§fn from(value: ID2D1GradientStopCollection1) -> Self
fn from(value: ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<ID2D1GradientStopCollection1> for ID2D1Resource
impl From<ID2D1GradientStopCollection1> for ID2D1Resource
§fn from(value: ID2D1GradientStopCollection1) -> Self
fn from(value: ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl From<ID2D1GradientStopCollection1> for IUnknown
impl From<ID2D1GradientStopCollection1> for IUnknown
§fn from(value: ID2D1GradientStopCollection1) -> Self
fn from(value: ID2D1GradientStopCollection1) -> Self
Converts to this type from the input type.
§impl Interface for ID2D1GradientStopCollection1
impl Interface for ID2D1GradientStopCollection1
§impl PartialEq<ID2D1GradientStopCollection1> for ID2D1GradientStopCollection1
impl PartialEq<ID2D1GradientStopCollection1> for ID2D1GradientStopCollection1
§impl Vtable for ID2D1GradientStopCollection1
impl Vtable for ID2D1GradientStopCollection1
type Vtable = ID2D1GradientStopCollection1_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.