ID2D1BorderTransform

<summary> An effect uses this interface to configure border generation. </summary>

interface ID2D1BorderTransform : ID2D1ConcreteTransform {}

Inherited Members

From ID2D1ConcreteTransform

SetOutputBuffer
HRESULT SetOutputBuffer(D2D1_BUFFER_PRECISION bufferPrecision, D2D1_CHANNEL_DEPTH channelDepth)

<summary> Controls the output precision and channel-depth for this transform. </summary>

SetCached
void SetCached(BOOL isCached)

<summary> Controls whether the output of this transform is cached. </summary>

Meta