ClblResource.ClblResource

ClblResource(bool)

Initializes a new instance of the ClblResource class.

public ClblResource(bool blendClippedElements)
ParameterTypeDescription
blendClippedElementsBooleanif set to true [blend clipped elements].

See Also


ClblResource()

Initializes a new instance of the ClblResource class.

public ClblResource()

See Also


ClblResource(byte[])

Initializes a new instance of the ClblResource class. With custom or unknown value

public ClblResource(byte[] data)
ParameterTypeDescription
dataByte[]The resource data.

Exceptions

exceptioncondition
ArgumentExceptionInvalid clbl Resource value

See Also