C# 클래스 PDFExport.RegionExtend

Extension-Methods for the Region-Class. Not used yet.
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
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