directx-d ~master (2017-09-08T10:47:49Z)
Dub
Repo
IDCompositionVisual.SetClip
directx
dcomp
IDCompositionVisual
Sets the clip object that restricts the rendering of this visual to a rectangle.
HRESULT
SetClip
(
const
(
D2D_RECT_F
)*
rect
)
HRESULT
SetClip
(
IDCompositionClip
clip
)
interface
IDCompositionVisual
extern (
Windows
)
HRESULT
SetClip
(
IDCompositionClip
clip
)
Meta
Source
See Implementation
directx
dcomp
IDCompositionVisual
functions
AddVisual
RemoveAllVisuals
RemoveVisual
SetBitmapInterpolationMode
SetBorderMode
SetClip
SetCompositeMode
SetContent
SetEffect
SetOffsetX
SetOffsetY
SetTransform
SetTransformParent
Sets the clip object that restricts the rendering of this visual to a rectangle.