namespace SharpDX.Direct2D1 { public partial interface CommandSink4 { /// /// Sets a new primitive blend mode. Allows access to the MAX primitive blend mode. /// /// The primitive blend that will apply to subsequent primitives. /// If this method succeeds, it returns . Otherwise, it returns an error code. /// /// mt797802 /// HRESULT ID2D1CommandSink4::SetPrimitiveBlend2([In] D2D1_PRIMITIVE_BLEND primitiveBlend) /// ID2D1CommandSink4::SetPrimitiveBlend2 void SetPrimitiveBlend2(PrimitiveBlend primitiveBlend); } }
Sets a new primitive blend mode. Allows access to the MAX primitive blend mode.
If this method succeeds, it returns . Otherwise, it returns an error code.