BioGTK  6.0.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions
BioGTK.MaskPromotion Class Reference

Public Member Functions

 MaskPromotion (int wid, int hei)
 

Properties

int mWidth [get, set]
 
int mHeight [get, set]
 

Detailed Description

Definition at line 82 of file Promotions.cs.

Constructor & Destructor Documentation

◆ MaskPromotion()

BioGTK.MaskPromotion.MaskPromotion ( int wid,
int hei )

Definition at line 84 of file Promotions.cs.

85 {
86 this.mWidth = wid;
87 this.mHeight = hei;
88 this.mMask = new float[this.mWidth,this.mHeight];
89 }

Property Documentation

◆ mHeight

int BioGTK.MaskPromotion.mHeight
getset

Definition at line 93 of file Promotions.cs.

93{ get; set; }

◆ mWidth

int BioGTK.MaskPromotion.mWidth
getset

Definition at line 92 of file Promotions.cs.

92{ get; set; }

The documentation for this class was generated from the following file: