pub trait ID2D1RoundedRectangleGeometry_Impl: Sized + ID2D1Geometry_Impl {
// Required method
fn GetRoundedRect(&self, roundedrect: *mut D2D1_ROUNDED_RECT);
}
Required Methods§
fn GetRoundedRect(&self, roundedrect: *mut D2D1_ROUNDED_RECT)
Object Safety§
This trait is not object safe.