Visual Basic (Declaration) | |
---|---|
Overrides Public Function Create( _ ByVal converter As AnnUnitConverter, _ ByVal rect As AnnRectangle _ ) As Brush |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override Brush Create( AnnUnitConverter converter, AnnRectangle rect ) |
Managed Extensions for C++ | |
---|---|
public: Brush Create( AnnUnitConverter* converter, AnnRectangle rect ) override |
C++/CLI | |
---|---|
public: Brush Create( AnnUnitConverter^ converter, AnnRectangle rect ) override |
Parameters
- converter
- Specifies an AnnUnitConverter object to be used when converting any annotation lengths, points, etc. this brush might have.
- rect
- Specifies an AnnRectangle object defining the bounding rectangle to be used with this brush.
Return Value
The GDI+ Brush object created from this AnnLinearGradientBrush.For an example, refer to AnnLinearGradientBrush.
AnnLinearGradientBrush uses the rect as the bounds of the linear gradient.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family