Table of Contents

Struct RECT

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll
public struct RECT
Inherited Members

Constructors

RECT(int, int, int, int)

public RECT(int left, int top, int right, int bottom)

Parameters

left int
top int
right int
bottom int

Fields

Bottom

public int Bottom

Field Value

int

Left

public int Left

Field Value

int

Right

public int Right

Field Value

int

Top

public int Top

Field Value

int