Table of Contents

Struct WindowRect

Namespace
Ink_Canvas.Helpers
Assembly
InkCanvasForClass.dll

矩形结构体(用于窗口位置和大小)

public struct WindowRect
Inherited Members

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

Properties

Height

public int Height { get; }

Property Value

int

Width

public int Width { get; }

Property Value

int