ContentSiteView.CoordinateConverter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ContentCoordinateConverter 对象,该对象用于在此 ContentSiteView 和屏幕坐标之间执行本地坐标空间之间的转换。
public:
property ContentCoordinateConverter ^ CoordinateConverter { ContentCoordinateConverter ^ get(); };
ContentCoordinateConverter CoordinateConverter();
public ContentCoordinateConverter CoordinateConverter { get; }
var contentCoordinateConverter = contentSiteView.coordinateConverter;
Public ReadOnly Property CoordinateConverter As ContentCoordinateConverter
属性值
ContentCoordinateConverter 对象,用于在此 ContentSiteView 和屏幕坐标的本地坐标空间之间进行转换。