GradientPaint.AddOffset 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.
Overloads
AddOffset(Single) | |
AddOffset(Single, Color) |
AddOffset(Single)
- Source:
- GradientPaint.cs
- Source:
- GradientPaint.cs
public:
void AddOffset(float offset);
public void AddOffset (float offset);
member this.AddOffset : single -> unit
Public Sub AddOffset (offset As Single)
Parameters
- offset
- Single
Applies to
AddOffset(Single, Color)
- Source:
- GradientPaint.cs
- Source:
- GradientPaint.cs
public:
void AddOffset(float offset, Microsoft::Maui::Graphics::Color ^ color);
public void AddOffset (float offset, Microsoft.Maui.Graphics.Color color);
member this.AddOffset : single * Microsoft.Maui.Graphics.Color -> unit
Public Sub AddOffset (offset As Single, color As Color)
Parameters
- offset
- Single
- color
- Color
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.