SoGLRenderToBufferGetPixelFormat Method |
Returns the current pixel format.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetPixelFormat()
Public Function GetPixelFormat As Integer
public:
int GetPixelFormat()
member GetPixelFormat : unit -> int
Return Value
Type:
Int32
RemarksThis method allow an application to query a pixel format that has extended attributes that can't be specified in a PFD struct.
See Also