C# Class ImageMagick.DrawingWand.NativeDrawingWand

Inheritance: NativeInstance
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void
Alpha ( double x, double y, PaintMethod paintMethod ) : void
Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : void
Bezier ( PointInfoCollection coordinates, int length ) : void
BorderColor ( MagickColor value ) : void
Circle ( double originX, double originY, double perimeterX, double perimeterY ) : void
ClipPath ( string value ) : void
ClipRule ( FillRule value ) : void
ClipUnits ( ClipPathUnit value ) : void
Color ( double x, double y, PaintMethod paintMethod ) : void
Composite ( double x, double y, double width, double height, CompositeOperator compositeOperator, MagickImage image ) : void
Density ( string value ) : void
Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : void
FillColor ( MagickColor value ) : void
FillOpacity ( double value ) : void
FillPatternUrl ( string url ) : void
FillRule ( FillRule value ) : void
Font ( string fontName ) : void
FontFamily ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : void
FontPointSize ( double value ) : void
Gravity ( Gravity value ) : void
Line ( double startX, double startY, double endX, double endY ) : void
NativeDrawingWand ( MagickImage image, DrawingSettings settings ) : System
PathArcAbs ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) : void
PathArcRel ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) : void
PathClose ( ) : void
PathCurveToAbs ( double x1, double y1, double x2, double y2, double x, double y ) : void
PathCurveToRel ( double x1, double y1, double x2, double y2, double x, double y ) : void
PathFinish ( ) : void
PathLineToAbs ( double x, double y ) : void
PathLineToHorizontalAbs ( double x ) : void
PathLineToHorizontalRel ( double x ) : void
PathLineToRel ( double x, double y ) : void
PathLineToVerticalAbs ( double y ) : void
PathLineToVerticalRel ( double y ) : void
PathMoveToAbs ( double x, double y ) : void
PathMoveToRel ( double x, double y ) : void
PathQuadraticCurveToAbs ( double x1, double y1, double x, double y ) : void
PathQuadraticCurveToRel ( double x1, double y1, double x, double y ) : void
PathSmoothCurveToAbs ( double x2, double y2, double x, double y ) : void
PathSmoothCurveToRel ( double x2, double y2, double x, double y ) : void
PathSmoothQuadraticCurveToAbs ( double x, double y ) : void
PathSmoothQuadraticCurveToRel ( double x, double y ) : void
PathStart ( ) : void
Point ( double x, double y ) : void
Polygon ( PointInfoCollection coordinates, int length ) : void
Polyline ( PointInfoCollection coordinates, int length ) : void
PopClipPath ( ) : void
PopGraphicContext ( ) : void
PopPattern ( ) : void
PushClipPath ( string clipPath ) : void
PushGraphicContext ( ) : void
PushPattern ( string id, double x, double y, double width, double height ) : void
Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void
Render ( ) : void
Rotation ( double angle ) : void
RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : void
Scaling ( double x, double y ) : void
SkewX ( double angle ) : void
SkewY ( double angle ) : void
StrokeAntialias ( bool isEnabled ) : void
StrokeColor ( MagickColor value ) : void
StrokeDashArray ( double dash, int length ) : void
StrokeDashOffset ( double value ) : void
StrokeLineCap ( LineCap value ) : void
StrokeLineJoin ( LineJoin value ) : void
StrokeMiterLimit ( int value ) : void
StrokeOpacity ( double value ) : void
StrokePatternUrl ( string value ) : void
StrokeWidth ( double value ) : void
Text ( double x, double y, string text ) : void
TextAlignment ( TextAlignment value ) : void
TextAntialias ( bool isEnabled ) : void
TextDecoration ( TextDecoration value ) : void
TextDirection ( TextDirection value ) : void
TextEncoding ( string encoding ) : void
TextInterlineSpacing ( double value ) : void
TextInterwordSpacing ( double value ) : void
TextKerning ( double value ) : void
TextUnderColor ( MagickColor color ) : void
Translation ( double x, double y ) : void
Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void

Méthodes protégées

Méthode Description
Dispose ( IntPtr instance ) : void

Method Details

Affine() public méthode

public Affine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void
scaleX double
scaleY double
shearX double
shearY double
translateX double
translateY double
Résultat void

Alpha() public méthode

public Alpha ( double x, double y, PaintMethod paintMethod ) : void
x double
y double
paintMethod PaintMethod
Résultat void

Arc() public méthode

public Arc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees ) : void
startX double
startY double
endX double
endY double
startDegrees double
endDegrees double
Résultat void

Bezier() public méthode

public Bezier ( PointInfoCollection coordinates, int length ) : void
coordinates PointInfoCollection
length int
Résultat void

BorderColor() public méthode

public BorderColor ( MagickColor value ) : void
value MagickColor
Résultat void

Circle() public méthode

public Circle ( double originX, double originY, double perimeterX, double perimeterY ) : void
originX double
originY double
perimeterX double
perimeterY double
Résultat void

ClipPath() public méthode

public ClipPath ( string value ) : void
value string
Résultat void

ClipRule() public méthode

public ClipRule ( FillRule value ) : void
value FillRule
Résultat void

ClipUnits() public méthode

public ClipUnits ( ClipPathUnit value ) : void
value ClipPathUnit
Résultat void

Color() public méthode

public Color ( double x, double y, PaintMethod paintMethod ) : void
x double
y double
paintMethod PaintMethod
Résultat void

Composite() public méthode

public Composite ( double x, double y, double width, double height, CompositeOperator compositeOperator, MagickImage image ) : void
x double
y double
width double
height double
compositeOperator CompositeOperator
image MagickImage
Résultat void

Density() public méthode

public Density ( string value ) : void
value string
Résultat void

Dispose() protected méthode

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
Résultat void

Ellipse() public méthode

public Ellipse ( double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees ) : void
originX double
originY double
radiusX double
radiusY double
startDegrees double
endDegrees double
Résultat void

FillColor() public méthode

public FillColor ( MagickColor value ) : void
value MagickColor
Résultat void

FillOpacity() public méthode

public FillOpacity ( double value ) : void
value double
Résultat void

FillPatternUrl() public méthode

public FillPatternUrl ( string url ) : void
url string
Résultat void

FillRule() public méthode

public FillRule ( FillRule value ) : void
value FillRule
Résultat void

Font() public méthode

public Font ( string fontName ) : void
fontName string
Résultat void

FontFamily() public méthode

public FontFamily ( string family, FontStyleType style, FontWeight weight, FontStretch stretch ) : void
family string
style FontStyleType
weight FontWeight
stretch FontStretch
Résultat void

FontPointSize() public méthode

public FontPointSize ( double value ) : void
value double
Résultat void

Gravity() public méthode

public Gravity ( Gravity value ) : void
value Gravity
Résultat void

Line() public méthode

public Line ( double startX, double startY, double endX, double endY ) : void
startX double
startY double
endX double
endY double
Résultat void

NativeDrawingWand() public méthode

public NativeDrawingWand ( MagickImage image, DrawingSettings settings ) : System
image MagickImage
settings DrawingSettings
Résultat System

PathArcAbs() public méthode

public PathArcAbs ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) : void
x double
y double
radiusX double
radiusY double
rotationX double
useLargeArc bool
useSweep bool
Résultat void

PathArcRel() public méthode

public PathArcRel ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) : void
x double
y double
radiusX double
radiusY double
rotationX double
useLargeArc bool
useSweep bool
Résultat void

PathClose() public méthode

public PathClose ( ) : void
Résultat void

PathCurveToAbs() public méthode

public PathCurveToAbs ( double x1, double y1, double x2, double y2, double x, double y ) : void
x1 double
y1 double
x2 double
y2 double
x double
y double
Résultat void

PathCurveToRel() public méthode

public PathCurveToRel ( double x1, double y1, double x2, double y2, double x, double y ) : void
x1 double
y1 double
x2 double
y2 double
x double
y double
Résultat void

PathFinish() public méthode

public PathFinish ( ) : void
Résultat void

PathLineToAbs() public méthode

public PathLineToAbs ( double x, double y ) : void
x double
y double
Résultat void

PathLineToHorizontalAbs() public méthode

public PathLineToHorizontalAbs ( double x ) : void
x double
Résultat void

PathLineToHorizontalRel() public méthode

public PathLineToHorizontalRel ( double x ) : void
x double
Résultat void

PathLineToRel() public méthode

public PathLineToRel ( double x, double y ) : void
x double
y double
Résultat void

PathLineToVerticalAbs() public méthode

public PathLineToVerticalAbs ( double y ) : void
y double
Résultat void

PathLineToVerticalRel() public méthode

public PathLineToVerticalRel ( double y ) : void
y double
Résultat void

PathMoveToAbs() public méthode

public PathMoveToAbs ( double x, double y ) : void
x double
y double
Résultat void

PathMoveToRel() public méthode

public PathMoveToRel ( double x, double y ) : void
x double
y double
Résultat void

PathQuadraticCurveToAbs() public méthode

public PathQuadraticCurveToAbs ( double x1, double y1, double x, double y ) : void
x1 double
y1 double
x double
y double
Résultat void

PathQuadraticCurveToRel() public méthode

public PathQuadraticCurveToRel ( double x1, double y1, double x, double y ) : void
x1 double
y1 double
x double
y double
Résultat void

PathSmoothCurveToAbs() public méthode

public PathSmoothCurveToAbs ( double x2, double y2, double x, double y ) : void
x2 double
y2 double
x double
y double
Résultat void

PathSmoothCurveToRel() public méthode

public PathSmoothCurveToRel ( double x2, double y2, double x, double y ) : void
x2 double
y2 double
x double
y double
Résultat void

PathSmoothQuadraticCurveToAbs() public méthode

public PathSmoothQuadraticCurveToAbs ( double x, double y ) : void
x double
y double
Résultat void

PathSmoothQuadraticCurveToRel() public méthode

public PathSmoothQuadraticCurveToRel ( double x, double y ) : void
x double
y double
Résultat void

PathStart() public méthode

public PathStart ( ) : void
Résultat void

Point() public méthode

public Point ( double x, double y ) : void
x double
y double
Résultat void

Polygon() public méthode

public Polygon ( PointInfoCollection coordinates, int length ) : void
coordinates PointInfoCollection
length int
Résultat void

Polyline() public méthode

public Polyline ( PointInfoCollection coordinates, int length ) : void
coordinates PointInfoCollection
length int
Résultat void

PopClipPath() public méthode

public PopClipPath ( ) : void
Résultat void

PopGraphicContext() public méthode

public PopGraphicContext ( ) : void
Résultat void

PopPattern() public méthode

public PopPattern ( ) : void
Résultat void

PushClipPath() public méthode

public PushClipPath ( string clipPath ) : void
clipPath string
Résultat void

PushGraphicContext() public méthode

public PushGraphicContext ( ) : void
Résultat void

PushPattern() public méthode

public PushPattern ( string id, double x, double y, double width, double height ) : void
id string
x double
y double
width double
height double
Résultat void

Rectangle() public méthode

public Rectangle ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void
upperLeftX double
upperLeftY double
lowerRightX double
lowerRightY double
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Rotation() public méthode

public Rotation ( double angle ) : void
angle double
Résultat void

RoundRectangle() public méthode

public RoundRectangle ( double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight ) : void
centerX double
centerY double
width double
height double
cornerWidth double
cornerHeight double
Résultat void

Scaling() public méthode

public Scaling ( double x, double y ) : void
x double
y double
Résultat void

SkewX() public méthode

public SkewX ( double angle ) : void
angle double
Résultat void

SkewY() public méthode

public SkewY ( double angle ) : void
angle double
Résultat void

StrokeAntialias() public méthode

public StrokeAntialias ( bool isEnabled ) : void
isEnabled bool
Résultat void

StrokeColor() public méthode

public StrokeColor ( MagickColor value ) : void
value MagickColor
Résultat void

StrokeDashArray() public méthode

public StrokeDashArray ( double dash, int length ) : void
dash double
length int
Résultat void

StrokeDashOffset() public méthode

public StrokeDashOffset ( double value ) : void
value double
Résultat void

StrokeLineCap() public méthode

public StrokeLineCap ( LineCap value ) : void
value LineCap
Résultat void

StrokeLineJoin() public méthode

public StrokeLineJoin ( LineJoin value ) : void
value LineJoin
Résultat void

StrokeMiterLimit() public méthode

public StrokeMiterLimit ( int value ) : void
value int
Résultat void

StrokeOpacity() public méthode

public StrokeOpacity ( double value ) : void
value double
Résultat void

StrokePatternUrl() public méthode

public StrokePatternUrl ( string value ) : void
value string
Résultat void

StrokeWidth() public méthode

public StrokeWidth ( double value ) : void
value double
Résultat void

Text() public méthode

public Text ( double x, double y, string text ) : void
x double
y double
text string
Résultat void

TextAlignment() public méthode

public TextAlignment ( TextAlignment value ) : void
value TextAlignment
Résultat void

TextAntialias() public méthode

public TextAntialias ( bool isEnabled ) : void
isEnabled bool
Résultat void

TextDecoration() public méthode

public TextDecoration ( TextDecoration value ) : void
value TextDecoration
Résultat void

TextDirection() public méthode

public TextDirection ( TextDirection value ) : void
value TextDirection
Résultat void

TextEncoding() public méthode

public TextEncoding ( string encoding ) : void
encoding string
Résultat void

TextInterlineSpacing() public méthode

public TextInterlineSpacing ( double value ) : void
value double
Résultat void

TextInterwordSpacing() public méthode

public TextInterwordSpacing ( double value ) : void
value double
Résultat void

TextKerning() public méthode

public TextKerning ( double value ) : void
value double
Résultat void

TextUnderColor() public méthode

public TextUnderColor ( MagickColor color ) : void
color MagickColor
Résultat void

Translation() public méthode

public Translation ( double x, double y ) : void
x double
y double
Résultat void

Viewbox() public méthode

public Viewbox ( double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY ) : void
upperLeftX double
upperLeftY double
lowerRightX double
lowerRightY double
Résultat void