C# Class PDFExport.RegionExtend

Extension-Methods for the Region-Class. Not used yet.
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
EnumerateRegion ( this region ) : void

Enumerates all elements of the region. Calls the matching method for each element on the given IRegionElementConsumer object.

GetPath ( this region ) : GraphicsPath

Method Details

EnumerateRegion() public static méthode

Enumerates all elements of the region. Calls the matching method for each element on the given IRegionElementConsumer object.
public static EnumerateRegion ( this region ) : void
region this The region to enumerate.
Résultat void

GetPath() public static méthode

public static GetPath ( this region ) : GraphicsPath
region this
Résultat System.Drawing.Drawing2D.GraphicsPath