C# Class System.Drawing.Region.RegionEntry

Datei anzeigen Open project: mono/sysdrawing-coregraphics

Public Properties

Property Type Description
regionClipType RegionClipType
regionObject object
regionPath Paths
regionType RegionType

Public Methods

Method 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 method

public RegionEntry ( RegionType type ) : CoreGraphics
type RegionType
return CoreGraphics

RegionEntry() public method

public RegionEntry ( RegionType type, object obj ) : CoreGraphics
type RegionType
obj object
return CoreGraphics

RegionEntry() public method

public RegionEntry ( RegionType type, object obj, Path path ) : CoreGraphics
type RegionType
obj object
path Path
return CoreGraphics

RegionEntry() public method

public RegionEntry ( RegionType type, object obj, Path path, RegionClipType clipType ) : CoreGraphics
type RegionType
obj object
path Path
clipType RegionClipType
return CoreGraphics

RegionEntry() public method

public RegionEntry ( RegionType type, object obj, Paths path, RegionClipType clipType ) : CoreGraphics
type RegionType
obj object
path Paths
clipType RegionClipType
return CoreGraphics

Property Details

regionClipType public_oe property

public RegionClipType regionClipType
return RegionClipType

regionObject public_oe property

public object regionObject
return object

regionPath public_oe property

public Paths regionPath
return Paths

regionType public_oe property

public RegionType regionType
return RegionType