• Getting Started
  • Api Documentation
  • Release Notes
Show / Hide Table of Contents
  • SaigeVision.ImageProcess
    • BackgroundColorFlags
    • ColorDirectionFlags
    • ConvertImage
    • ConvertImageOption
    • ConvertImageResult
    • CropImage
    • CropImageOption
    • CropImageResult
    • DirectionFlags
    • FindCircle
    • FindCircleOption
    • FindCircleResult
    • FindLine
    • FindLineOption
    • FindLineResult
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • ImageProcessBase
    • ImageSynthesisOption
    • ImageSynthesisResult
    • SaigeCalculator
    • SynthesisFlags
    • ThresholdFlags
  • SaigeVision.ImageProcess.Core
    • ErrorTypeFlags
    • NativeMethod
    • SaigeCircle
    • SaigePoint
    • SaigeRectangle
  • SaigeVision.ImageProcess.Deep
    • IImageProcessBase
    • IImageProcessBaseOption<TAnalyzeOption, UResultOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
    • SaigePhotometricStereoResultImageOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

Struct SaigeRectangle

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: SaigeVision.ImageProcess.Core
Assembly: SaigeVision.ImageProcess.Core.dll
Syntax
public struct SaigeRectangle

Constructors

View Source

SaigeRectangle(int, int, int, int)

Declaration
public SaigeRectangle(int x, int y, int width, int height)
Parameters
Type Name Description
int x
int y
int width
int height

Fields

View Source

Height

Declaration
public int Height
Field Value
Type Description
int
View Source

Width

Declaration
public int Width
Field Value
Type Description
int
View Source

X

Declaration
public int X
Field Value
Type Description
int
View Source

Y

Declaration
public int Y
Field Value
Type Description
int

Methods

View Source

ToRectangle()

Declaration
public Rectangle ToRectangle()
Returns
Type Description
Rectangle
View Source

ToSaigeRectangle(Rectangle)

Declaration
public static SaigeRectangle ToSaigeRectangle(Rectangle rectangle)
Parameters
Type Name Description
Rectangle rectangle
Returns
Type Description
SaigeRectangle
  • View Source
In This Article
Back to top Generated by DocFX