C# Class ImageMagick.MontageSettings.NativeMontageSettings

Inheritance: NativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void

NativeMontageSettings() public method

public NativeMontageSettings ( ) : System
return System

SetBackgroundColor() public method

public SetBackgroundColor ( MagickColor value ) : void
value MagickColor
return void

SetBorderColor() public method

public SetBorderColor ( MagickColor value ) : void
value MagickColor
return void

SetBorderWidth() public method

public SetBorderWidth ( int value ) : void
value int
return void

SetFillColor() public method

public SetFillColor ( MagickColor value ) : void
value MagickColor
return void

SetFont() public method

public SetFont ( string value ) : void
value string
return void

SetFontPointsize() public method

public SetFontPointsize ( double value ) : void
value double
return void

SetFrameGeometry() public method

public SetFrameGeometry ( string value ) : void
value string
return void

SetGeometry() public method

public SetGeometry ( string value ) : void
value string
return void

SetGravity() public method

public SetGravity ( Gravity value ) : void
value Gravity
return void

SetShadow() public method

public SetShadow ( bool value ) : void
value bool
return void

SetStrokeColor() public method

public SetStrokeColor ( MagickColor value ) : void
value MagickColor
return void

SetTextureFileName() public method

public SetTextureFileName ( string value ) : void
value string
return void

SetTileGeometry() public method

public SetTileGeometry ( string value ) : void
value string
return void

SetTitle() public method

public SetTitle ( string value ) : void
value string
return void