CreateLinearGradient(Single, Color32, Color32, WorkingColorSpace) | Creates a linear gradient Brush that blends from one color to another along a straight line. The line is specified by an angle only, whereas the actual start and end points are determined by the bounding rectangle of the current Path in each session. |
CreateLinearGradient(Single, Color64, Color64, WorkingColorSpace) |
Creates a linear gradient Brush that blends from one color to another along a straight line. The line is specified by an angle only,
whereas the actual start and end points are determined by the bounding rectangle of the current Path in each session.
See the Examples section of the CreateLinearGradient(Single, Color32, Color32, WorkingColorSpace) overload for an example with image. |
CreateLinearGradient(Single, ColorF, ColorF, WorkingColorSpace) |
Creates a linear gradient Brush that blends from one color to another along a straight line. The line is specified by an angle only,
whereas the actual start and end points are determined by the bounding rectangle of the current Path in each session.
See the Examples section of the CreateLinearGradient(Single, Color32, Color32, WorkingColorSpace) overload for an example with image. |
CreateLinearGradient(PointF, PointF, Color32, Color32, GradientWrapMode, WorkingColorSpace) |
Creates a linear gradient Brush that blends from one color to another along a straight line specified by startPoint and endPoint.
See the Examples section of the GradientWrapMode enumeration for image examples. |
CreateLinearGradient(PointF, PointF, Color64, Color64, GradientWrapMode, WorkingColorSpace) |
Creates a linear gradient Brush that blends from one color to another along a straight line specified by startPoint and endPoint.
See the Examples section of the GradientWrapMode enumeration for image examples. |
CreateLinearGradient(PointF, PointF, ColorF, ColorF, GradientWrapMode, WorkingColorSpace) |
Creates a linear gradient Brush that blends from one color to another along a straight line specified by startPoint and endPoint.
See the Examples section of the GradientWrapMode enumeration for image examples. |