#Brush Class #Classes derived from this abstract base class define objects used to fill the #interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and #paths.
Fortæller om klassens placering i klasse hirakiet.
#Thread Safety #Any public static (Shared in Visual Basic) members of this type are thread safe. #Any instance members are not guaranteed to be thread safe.
static/shared metoder/felter er sikre at brug i multi trådet applikationer
ikke static/shared er ikke
#This is an abstract base class and cannot be instantiated. To create a brush #object, use classes derived from Brush, such as SolidBrush, TextureBrush, and #LinearGradientBrush.
Også normalt engelsk.
#Requirements #Namespace: System.Drawing
Det du skal using/Imports for at bruge kortenavn for klassen.
#Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, #Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, #.NET Compact Framework
Kan bruges med compact framework (PDA etc.).
#Assembly: System.Drawing (in System.Drawing.dll)
Brush Class Classes derived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
For a list of all members of this type, see Brush Members.
[Visual Basic] MustInherit Public Class Brush Inherits MarshalByRefObject Implements ICloneable, IDisposable [C#] public abstract class Brush : MarshalByRefObject, ICloneable, IDisposable [C++] public __gc __abstract class Brush : public MarshalByRefObject, ICloneable, IDisposable [JScript] public abstract class Brush extends MarshalByRefObject implements ICloneable, IDisposable Thread Safety Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks This is an abstract base class and cannot be instantiated. To create a brush object, use classes derived from Brush, such as SolidBrush, TextureBrush, and LinearGradientBrush.
Requirements Namespace: System.Drawing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
#Assembly: System.Drawing (in System.Drawing.dll)
Hvis du mangler det skal du tilføje en refence til denne assembly (jeg tror at den nromalt er der automatisk).
#Brush Class #Classes derived from this abstract base class define objects used to fill the #interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and #paths.
Fortæller om klassens placering i klasse hirakiet.
#Thread Safety #Any public static (Shared in Visual Basic) members of this type are thread safe. #Any instance members are not guaranteed to be thread safe.
static/shared metoder/felter er sikre at brug i multi trådet applikationer
ikke static/shared er ikke
#This is an abstract base class and cannot be instantiated. To create a brush #object, use classes derived from Brush, such as SolidBrush, TextureBrush, and #LinearGradientBrush.
Også normalt engelsk.
#Requirements #Namespace: System.Drawing
Det du skal using/Imports for at bruge kortenavn for klassen.
#Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, #Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, #.NET Compact Framework
Kan bruges med compact framework (PDA etc.).
#Assembly: System.Drawing (in System.Drawing.dll)
Hvis du mangler det skal du tilføje en refence til denne assembly (jeg tror at den nromalt er der automatisk).
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.