'Declaration Public Shared Function TransformBoundingBox( _
ByVal transformПреобразование, которое следует применить к ограничивающей рамке.As VintasoftPointTransform, _
ByVal boundingBoxОграничивающая рамка, которую необходимо передать.As Vintasoft.Primitives.VintasoftRect _
) As Vintasoft.Primitives.VintasoftRect
public static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
VintasoftPointTransform transform,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public: static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
VintasoftPointTransform* transform,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public:
static Vintasoft.Primitives.VintasoftRect TransformBoundingBox(
VintasoftPointTransform^ transform,
Vintasoft.Primitives.VintasoftRect boundingBox
)
Parameters
- transform
- Преобразование, которое следует применить к ограничивающей рамке.
- boundingBox
- Ограничивающая рамка, которую необходимо передать.
Return Value
Преобразованная ограничивающая рамка.