HolographicViewConfiguration.RenderTargetSize 屬性

定義

取得這個 HolographicViewConfiguration 的轉譯目標大小。

public:
 property Size RenderTargetSize { Size get(); };
Size RenderTargetSize();
public Size RenderTargetSize { get; }
var size = holographicViewConfiguration.renderTargetSize;
Public ReadOnly Property RenderTargetSize As Size

屬性值

Size,表示這個 HolographicViewConfiguration 的轉譯目標大小。

適用於

另請參閱