Grasshopper API
GH_GraphicsUtilRenderFadedImage Method (Graphics, Image, Rectangle, Int32) |
Render an icon into a rectangle with a specific fading factor.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void RenderFadedImage( Graphics graphics, Image image, Rectangle destination, int alpha )
Public Shared Sub RenderFadedImage ( graphics As Graphics, image As Image, destination As Rectangle, alpha As Integer )
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics object to draw with. - image
- Type: System.DrawingImage
Image to draw. - destination
- Type: System.DrawingRectangle
Destination rectangle. - alpha
- Type: SystemInt32
Alpha value. 0=completely transparent, 255=original transparency.
