Property Width
Width
Gets or sets the width of the texture. If no value is specified, the texture buffer will be initialized to the width of the shader window.
public int? Width { get; set; }
Property Value
- int?
Gets or sets the width of the texture. If no value is specified, the texture buffer will be initialized to the width of the shader window.
public int? Width { get; set; }