CGContext.SetAlpha(nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the opacity for drawing, in the range 0.0 (transparent) to 1.0 (opaque).
public void SetAlpha (nfloat alpha);
member this.SetAlpha : nfloat -> unit
Parameters
- alpha
- nfloat
Clipped to the range 0.0 (transparent) to 1.0 (opaque).