Size =源编译错误 [英] Size=source compile error

查看:78
本文介绍了Size =源编译错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用vb.net对vob文件进行编码,但是当我指定size = source时,我得到错误"source是一种类型,不能在表达式中使用"。我缺少什么?

I am trying to encode vob files using vb.net but when I specify size=source I get the error "source is a type and cannot be used in an expression ". What am I missing?

 

Vic

推荐答案

size属性的类型为Size,它必须是:

The size attribute is of type Size, which will need to be either:

{X ,Y}其中X是宽度,Y是高度。

{X, Y} where X is width and Y is height.

{X,0}其中X是固定宽度,高度将自动计算得适合。

{X, 0} where X is the fixed width and height will be automatically calculated to fit.

{0,Y}其中Y是固定的高度,宽度将自动计算得适合。

{0, Y} where Y is the fixed height and width will be automatically calculated to fit.

{0,0}表示使用源帧大小。

{0, 0} means to use the source frame size.

 


这篇关于Size =源编译错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆