Share via


SetInkRegion Method

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

Defines attributes of the inking region.

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

Syntax

'Declaration
Public Shared Sub SetInkRegion ( _
    flags As UInteger, _
    x1 As Integer, _
    y1 As Integer, _
    x2 As Integer, _
    y2 As Integer, _
    borderWidth As Integer, _
    color As Integer, _
    penWidth As Integer, _
    bitmap As Bitmap _
)
public static void SetInkRegion(
    uint flags,
    int x1,
    int y1,
    int x2,
    int y2,
    int borderWidth,
    int color,
    int penWidth,
    Bitmap bitmap
)
public:
static void SetInkRegion(
    unsigned int flags, 
    int x1, 
    int y1, 
    int x2, 
    int y2, 
    int borderWidth, 
    int color, 
    int penWidth, 
    Bitmap^ bitmap
)
static member SetInkRegion : 
        flags:uint32 * 
        x1:int * 
        y1:int * 
        x2:int * 
        y2:int * 
        borderWidth:int * 
        color:int * 
        penWidth:int * 
        bitmap:Bitmap -> unit 
public static function SetInkRegion(
    flags : uint, 
    x1 : int, 
    y1 : int, 
    x2 : int, 
    y2 : int, 
    borderWidth : int, 
    color : int, 
    penWidth : int, 
    bitmap : Bitmap
)

Parameters

.NET Framework Security

See Also

Reference

Ink Class

Microsoft.SPOT.Touch Namespace