Skip to content

Canvas::SetOpacity method

SetOpacity sets the opacity or transparency for future drawing routines.

Prototype

void SetOpacity(int opacity)
void SetOpacity(int opacity) throws IGRException;
def SetOpacity(self, opacity: int) -> void
void SetOpacity(int opacity)
void SetOpacity(int opacity)
HRESULT SetOpacity([in] int opacity)

Parameters

opacity: int : The opacity expressed from 0 to 255.