Table of Contents

Struct DrawingMargin

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public struct DrawingMargin
Inherited Members

Constructors

DrawingMargin(int, int, int, int)

public DrawingMargin(int top, int right, int down, int left)

Parameters

top int
right int
down int
left int

Properties

Down

public int Down { readonly get; set; }

Property Value

int

Left

public int Left { readonly get; set; }

Property Value

int

Right

public int Right { readonly get; set; }

Property Value

int

Top

public int Top { readonly get; set; }

Property Value

int