IGraphicsEffectD2D1Interop::GetSource 메서드(windows.graphics.effects.interop.h)
지정된 인덱스에서 효과 원본을 검색합니다.
구문
HRESULT GetSource(
UINT index,
[out] IGraphicsEffectSource **source
);
매개 변수
index
형식: UINT
검색할 원본의 인덱스입니다.
[out] source
형식: IGraphicsEffectSource**
메서드가 반환될 때 이 매개 변수는 지정된 인덱스에서 원본을 포함합니다.
반환 값
형식: HRESULT
이 메서드는 HRESULT 성공 또는 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | windows.graphics.effects.interop.h |