C# Class ImageMagick.DrawingSettings.NativeDrawingSettings

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

Méthodes publiques

Méthode Description
NativeDrawingSettings ( ) : System
SetAffine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void
SetFillPattern ( MagickImage value ) : void
SetStrokeDashArray ( double dash, int length ) : void
SetStrokePattern ( MagickImage value ) : void
SetText ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected méthode

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

NativeDrawingSettings() public méthode

public NativeDrawingSettings ( ) : System
Résultat System

SetAffine() public méthode

public SetAffine ( 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

SetFillPattern() public méthode

public SetFillPattern ( MagickImage value ) : void
value MagickImage
Résultat void

SetStrokeDashArray() public méthode

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

SetStrokePattern() public méthode

public SetStrokePattern ( MagickImage value ) : void
value MagickImage
Résultat void

SetText() public méthode

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