C# Класс PDFExport.RegionExtend

Extension-Methods for the Region-Class. Not used yet.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EnumerateRegion() публичный статический Метод

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.
Результат void

GetPath() публичный статический Метод

public static GetPath ( this region ) : GraphicsPath
region this
Результат System.Drawing.Drawing2D.GraphicsPath