CompositionTexture.SourceRect 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取并设置组合纹理表示的整个 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 纹理的区域。