AddPath
AddPath(GraphicsPath)
Belirtilenleri eklerGraphicsPath
bu yola.
public void AddPath(GraphicsPath addingPath)
Parametre | Tip | Tanım |
---|---|---|
addingPath | GraphicsPath | buGraphicsPath eklemek. |
Ayrıca bakınız
- class GraphicsPath
- ad alanı Aspose.Imaging
- toplantı Aspose.Imaging
AddPath(GraphicsPath, bool)
Belirtilenleri eklerGraphicsPath
bu yola.
public void AddPath(GraphicsPath addingPath, bool connect)
Parametre | Tip | Tanım |
---|---|---|
addingPath | GraphicsPath | buGraphicsPath eklemek. |
connect | Boolean | Eklenen yoldaki ilk şeklin bu yoldaki son şeklin parçası olup olmadığını belirten bir Boole değeri. true değeri, eklenen yoldaki ilk şeklin bu yoldaki son şeklin parçası olduğunu belirtir. false değeri, eklenen yoldaki ilk rakamın bu yoldaki son rakamdan ayrı olduğunu belirtir. |
Ayrıca bakınız
- class GraphicsPath
- ad alanı Aspose.Imaging
- toplantı Aspose.Imaging