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