react-native-star-io10
Version:
react-native-star-io10 is a library for supporting application development for Star Micronics devices.
12 lines (11 loc) • 358 B
TypeScript
export declare class ImageParameter {
private _source;
private _effectDiffusion;
private _threshold;
get source(): string;
get effectDiffusion(): boolean;
get threshold(): number;
constructor(source: string);
setEffectDiffusion(effectDiffusion: boolean): ImageParameter;
setThreshold(threshold: number): ImageParameter;
}