ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DummyDeviceContext Class / GetRasterOperationCode Method

In This Topic
    GetRasterOperationCode Method (DummyDeviceContext)
    In This Topic
    retrieves the foreground mix mode of the specified device context. The mix mode specifies how the pen or interior color and the color already on the screen are combined to yield a new color.
    Syntax
    'Declaration
     
    
    Public Function GetRasterOperationCode() As RasterOperationCode
    public RasterOperationCode GetRasterOperationCode()

    Return Value

    If the function succeeds, the return value specifies the foreground mix mode. otherwise zero indicates failed.
    See Also