Share via


InkCanvas Constructor (Int32, Int32, Int32, Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the InkCanvas class with a border of the specified width.

Namespace:  Microsoft.SPOT.Ink
Assembly:  Microsoft.SPOT.Ink (in Microsoft.SPOT.Ink.dll)

Syntax

'Declaration
Public Sub New ( _
    left As Integer, _
    top As Integer, _
    width As Integer, _
    height As Integer, _
    borderWidth As Integer _
)
public InkCanvas(
    int left,
    int top,
    int width,
    int height,
    int borderWidth
)
public:
InkCanvas(
    int left, 
    int top, 
    int width, 
    int height, 
    int borderWidth
)
new : 
        left:int * 
        top:int * 
        width:int * 
        height:int * 
        borderWidth:int -> InkCanvas
public function InkCanvas(
    left : int, 
    top : int, 
    width : int, 
    height : int, 
    borderWidth : int
)

Parameters

.NET Framework Security

See Also

Reference

InkCanvas Class

InkCanvas Overload

Microsoft.SPOT.Ink Namespace