Stroke Constructor

Neo smartpen SDK

Stroke Constructor

A constructor that constructs a Stroke object

Namespace:  Neosmartpen.Net
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public Stroke(
	int section,
	int owner,
	int note,
	int page
)

Parameters

section
Type: SystemInt32
The Section Id of the NCode paper
owner
Type: SystemInt32
The Owner Id of the NCode paper
note
Type: SystemInt32
The Note Id of the NCode paper
page
Type: SystemInt32
The Page Number of the NCode paper
See Also