GraphicsPath.GraphicsPath

GraphicsPath()

يقوم بتهيئة مثيل جديد لملفGraphicsPath فئة .

public GraphicsPath()

أنظر أيضا


GraphicsPath(Figure[])

يقوم بتهيئة مثيل جديد لملفGraphicsPath فئة .

public GraphicsPath(Figure[] figures)
معامليكتبوصف
figuresFigure[]الأرقام المطلوب التهيئة منها.

أنظر أيضا


GraphicsPath(Figure[], FillMode)

يقوم بتهيئة مثيل جديد لملفGraphicsPath فئة .

public GraphicsPath(Figure[] figures, FillMode fillMode)
معامليكتبوصف
figuresFigure[]الأرقام المطلوب التهيئة منها.
fillModeFillModeوضع الملء.

أنظر أيضا


GraphicsPath(FillMode)

يقوم بتهيئة مثيل جديد لملفGraphicsPath فئة .

public GraphicsPath(FillMode fillMode)
معامليكتبوصف
fillModeFillModeوضع الملء.

أنظر أيضا