Bagikan melalui


CompositionTexture.SourceRect Properti

Definisi

Mendapatkan dan mengatur bagian dari tekstur Direct3D keseluruhan yang diwakili tekstur komposisi (dan sampel dari). Ini memungkinkan Anda untuk memiliki beberapa tekstur komposisi yang mereferensikan tekstur Direct3D yang sama.

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

Nilai Properti

Wilayah tekstur Direct3D yang diwakili tekstur komposisi.

Berlaku untuk