ExtractedPath

Vue de l’ensemble

‘ExtractedPath’ est une classe dans Aspose.PDF FOSS pour .NET.

Il représente un parcours complet avec son mode et sa couleur de peinture.

Cette classe fournit 1 méthode pour travailler avec des objets extraits dans les programmes .NET. Les méthodes disponibles comprennent: ‘ExtractedPath’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de la FOSS Aspose.PDF pour le package .net. Propriétés: Bounds, FillColor , LineWidth ; PaintMode; Segments et StrokeColore.

Propriétés

NameTypeAccessDescription
SegmentsIReadOnlyList<PathSegment>ReadThe path segments.
PaintModePathPaintModeReadHow this path is painted.
StrokeColordouble[]ReadStroke color (RGB, 3 values).
FillColordouble[]ReadFill color (RGB, 3 values).
LineWidthdoubleReadLine width in points.
BoundsRectangleReadBounding rectangle of the path.

méthodes

SignatureDescription
ExtractedPath(segments: IReadOnlyList<PathSegment>, paintMode: PathPaintMode, strokeColor: double[], fillColor: double[], lineWidth: double)Calls ExtractedPath on this ExtractedPath instance.

Voir aussi

  • Aspose.PDF pour .NET — API d’entreprise
 Français