BufferDescription.ControlPan Property

Language:

Specifies whether the buffer has pan control capability.

Definition

Visual Basic Public Property ControlPan As Boolean
C# public bool ControlPan { get; set; }
C++ public:
property bool ControlPan {
        bool get();
        void set(bool value);
}
JScript public function get ControlPan() : boolean
public function set ControlPan(boolean);

Property Value

System.Boolean
This value is set to true if the buffer has pan control capability; otherwise, false.

This property is read/write. 

Remarks

BufferDescription.ControlPan cannot be combined with BufferDescription.Control3D.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center