[]
Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.
public bool StartInkNotation()
Public Function StartInkNotation() As Boolean
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |
Starts ink notation in the specified viewport if the Microsoft.Ink assembly is found in the GAC.
public bool StartInkNotation(int rowPaneIndex, int columnPaneIndex)
Public Function StartInkNotation(rowPaneIndex As Integer, columnPaneIndex As Integer) As Boolean
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |
Starts ink notation in the active viewport with the specified notation background color, if the Microsoft.Ink assembly is found in the GAC.
public bool StartInkNotation(Color inkBackColor, int alphaBlend)
Public Function StartInkNotation(inkBackColor As Color, alphaBlend As Integer) As Boolean
Type | Name | Description |
---|---|---|
Color | inkBackColor | Background color for the notation viewport |
int | alphaBlend | Alphablending value for the notation viewport |
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |
Starts ink notation in the specified viewport with the specified notation background color, if the Microsoft.Ink assembly is found in the GAC.
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
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 |
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |