ProjectedRasterSupported Property  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool Supported { get; }Public Shared ReadOnly Property Supported As Boolean
	Get
public:
static property bool Supported {
	bool get ();
}static member Supported : bool with get
Return Value
Type: 
Booleantrue if the video card supports 
ProjectedRaster;
otherwise, 
false.
See Also