Visual Basic (Declaration) | |
---|---|
Public Overridable MustOverride Function Create( _ ByVal converter As AnnUnitConverter, _ ByVal rect As AnnRectangle _ ) As Brush |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual abstract Brush Create( AnnUnitConverter converter, AnnRectangle rect ) |
Managed Extensions for C++ | |
---|---|
public: virtual abstract Brush Create( AnnUnitConverter* converter, AnnRectangle rect ) |
C++/CLI | |
---|---|
public: virtual abstract Brush Create( AnnUnitConverter^ converter, AnnRectangle rect ) |
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 AnnBrush.For an example, refer to AnnBrush.
The bounding rectangle is used by some derived classes such as the AnnLinearGradientBrush to define the area to be filled.
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