Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the buffer contains a texture.
Definition
Visual Basic Public ReadOnly Property IsTexture As Boolean C# public bool IsTexture { get; } C++ public:
property bool IsTexture {
bool get();
}JScript public function get IsTexture() : boolean
Property Value
System.Boolean
A value that is true if the buffer contains a texture; otherwise, false.This property is read-only.