Initialize a new instance of Note
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public Note( string content, int x, int y, int width, int height ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ content As String, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ ) |
Visual C++ |
---|
public: Note( String^ content, int x, int y, int width, int height ) |
Parameters
- content
- Type: System..::.String
The note content
- x
- Type: System..::.Int32
The note x value
- y
- Type: System..::.Int32
The note y value
- width
- Type: System..::.Int32
The note width
- height
- Type: System..::.Int32
The note height