Struct RECT
Coordinates and size of the image. The coordinates (absolute pixel value) of the image’s top-left corner is (0,0).
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct RECT
Fields
bottom
Bottom margin
Declaration
public int bottom
Field Value
Type | Description |
---|---|
System.Int32 |
left
Left margin
Declaration
public int left
Field Value
Type | Description |
---|---|
System.Int32 |
right
Right margin
Declaration
public int right
Field Value
Type | Description |
---|---|
System.Int32 |
top
Top margin
Declaration
public int top
Field Value
Type | Description |
---|---|
System.Int32 |