C# Class ImageMagick.MontageSettings.NativeMontageSettings

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

Méthodes publiques

Méthode Description
NativeMontageSettings ( ) : System
SetBackgroundColor ( MagickColor value ) : void
SetBorderColor ( MagickColor value ) : void
SetBorderWidth ( int value ) : void
SetFillColor ( MagickColor value ) : void
SetFont ( string value ) : void
SetFontPointsize ( double value ) : void
SetFrameGeometry ( string value ) : void
SetGeometry ( string value ) : void
SetGravity ( Gravity value ) : void
SetShadow ( bool value ) : void
SetStrokeColor ( MagickColor value ) : void
SetTextureFileName ( string value ) : void
SetTileGeometry ( string value ) : void
SetTitle ( 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

NativeMontageSettings() public méthode

public NativeMontageSettings ( ) : System
Résultat System

SetBackgroundColor() public méthode

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

SetBorderColor() public méthode

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

SetBorderWidth() public méthode

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

SetFillColor() public méthode

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

SetFont() public méthode

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

SetFontPointsize() public méthode

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

SetFrameGeometry() public méthode

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

SetGeometry() public méthode

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

SetGravity() public méthode

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

SetShadow() public méthode

public SetShadow ( bool value ) : void
value bool
Résultat void

SetStrokeColor() public méthode

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

SetTextureFileName() public méthode

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

SetTileGeometry() public méthode

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

SetTitle() public méthode

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