Click or drag to resize

ImageInfo Constructor (String, Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the ImageInfo class.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ImageInfo(
	string fileName,
	int width,
	int height,
	int offsetX,
	int offsetY,
	int iconId
)

Parameters

fileName
Type: SystemString
The image file name
width
Type: SystemInt32
The Width of the image
height
Type: SystemInt32
The height of the image
offsetX
Type: SystemInt32
The offset in X axis that will be used to place an image
offsetY
Type: SystemInt32
The offset in Y axis that will be used to place an image
iconId
Type: SystemInt32

[Missing <param name="iconId"/> documentation for "M:Cadcorp.Configuration.ImageInfo.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also