CompositionTexture.SourceRect 属性

定义

获取并设置组合纹理表示的整个 Direct3D 纹理 (部分以及来自) 样本的部分。 这样,就可以有多个引用同一 Direct3D 纹理的合成纹理。

public:
 property RectInt32 SourceRect { RectInt32 get(); void set(RectInt32 value); };
RectInt32 SourceRect();

void SourceRect(RectInt32 value);
public RectInt32 SourceRect { get; set; }
var rectInt32 = compositionTexture.sourceRect;
compositionTexture.sourceRect = rectInt32;
Public Property SourceRect As RectInt32

属性值

组合纹理表示的 Direct3D 纹理的区域。

适用于