C# Class System.Drawing.Region.RegionEntry

Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Свойство Type Description
regionClipType RegionClipType
regionObject object
regionPath Paths
regionType RegionType

Méthodes publiques

Méthode Description
RegionEntry ( RegionType type ) : CoreGraphics
RegionEntry ( RegionType type, object obj ) : CoreGraphics
RegionEntry ( RegionType type, object obj, Path path ) : CoreGraphics
RegionEntry ( RegionType type, object obj, Path path, RegionClipType clipType ) : CoreGraphics
RegionEntry ( RegionType type, object obj, Paths path, RegionClipType clipType ) : CoreGraphics

Method Details

RegionEntry() public méthode

public RegionEntry ( RegionType type ) : CoreGraphics
type RegionType
Résultat CoreGraphics

RegionEntry() public méthode

public RegionEntry ( RegionType type, object obj ) : CoreGraphics
type RegionType
obj object
Résultat CoreGraphics

RegionEntry() public méthode

public RegionEntry ( RegionType type, object obj, Path path ) : CoreGraphics
type RegionType
obj object
path Path
Résultat CoreGraphics

RegionEntry() public méthode

public RegionEntry ( RegionType type, object obj, Path path, RegionClipType clipType ) : CoreGraphics
type RegionType
obj object
path Path
clipType RegionClipType
Résultat CoreGraphics

RegionEntry() public méthode

public RegionEntry ( RegionType type, object obj, Paths path, RegionClipType clipType ) : CoreGraphics
type RegionType
obj object
path Paths
clipType RegionClipType
Résultat CoreGraphics

Property Details

regionClipType public_oe property

public RegionClipType regionClipType
Résultat RegionClipType

regionObject public_oe property

public object regionObject
Résultat object

regionPath public_oe property

public Paths regionPath
Résultat Paths

regionType public_oe property

public RegionType regionType
Résultat RegionType