ClipStatus.ClipIntersection Property |
Language: |
Retrieves or sets a value that is the bitwise intersection of all current clip status flags.
Visual Basic Public Property ClipIntersection As ClipStatusFlags C# public ClipStatusFlags ClipIntersection { get; set; } C++ public:
property ClipStatusFlags ClipIntersection {
ClipStatusFlags get();
void set(ClipStatusFlags value);
}JScript public function get ClipIntersection() : ClipStatusFlags
public function set ClipIntersection(ClipStatusFlags);
Microsoft.DirectX.Direct3D.ClipStatusFlags
This property is read/write.
Value that represents a bitwise AND of all current ClipStatusFlags.
Microsoft Direct3D updates the clip status during drawing calls. To compute clip status for a particular object, set ClipIntersection to its initial value and continue drawing.
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