[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.StartInkNotation

StartInkNotation Method

StartInkNotation()

Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.

Declaration
public bool StartInkNotation()
Public Function StartInkNotation() As Boolean
Returns
Type Description
bool

Boolean: true if successful; false otherwise

StartInkNotation(int, int)

Starts ink notation in the specified viewport if the Microsoft.Ink assembly is found in the GAC.

Declaration
public bool StartInkNotation(int rowPaneIndex, int columnPaneIndex)
Public Function StartInkNotation(rowPaneIndex As Integer, columnPaneIndex As Integer) As Boolean
Parameters
Type Name Description
int rowPaneIndex

Viewport row index

int columnPaneIndex

Viewport column index

Returns
Type Description
bool

Boolean: true if successful; false otherwise

StartInkNotation(Color, int)

Starts ink notation in the active viewport with the specified notation background color, if the Microsoft.Ink assembly is found in the GAC.

Declaration
public bool StartInkNotation(Color inkBackColor, int alphaBlend)
Public Function StartInkNotation(inkBackColor As Color, alphaBlend As Integer) As Boolean
Parameters
Type Name Description
Color inkBackColor

Background color for the notation viewport

int alphaBlend

Alphablending value for the notation viewport

Returns
Type Description
bool

Boolean: true if successful; false otherwise

StartInkNotation(int, int, Color, int)

Starts ink notation in the specified viewport with the specified notation background color, if the Microsoft.Ink assembly is found in the GAC.

Declaration
public bool StartInkNotation(int rowPaneIndex, int columnPaneIndex, Color inkBackColor, int alphaBlend)
Public Function StartInkNotation(rowPaneIndex As Integer, columnPaneIndex As Integer, inkBackColor As Color, alphaBlend As Integer) As Boolean
Parameters
Type Name Description
int rowPaneIndex

Viewport row index

int columnPaneIndex

Viewport column index

Color inkBackColor

Background color for the notation viewport

int alphaBlend

Alphablending value for the notation viewport

Returns
Type Description
bool

Boolean: true if successful; false otherwise