C# Class System.Drawing.Region.RegionEntry

Show file 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 property

public RegionClipType regionClipType
return RegionClipType

regionObject public property

public object regionObject
return object

regionPath public property

public Paths regionPath
return Paths

regionType public property

public RegionType regionType
return RegionType